MemberColumnCollectionInsertItem Method

Inserts an item into the collection at the specified index.

Namespace: Dundas.BI.Entities.UserHierarchies
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
protected override void InsertItem(
	int index,
	MemberColumn item
)

Parameters

index  Int32
The zero-based index at which item should be inserted.
item  MemberColumn
The object to insert.
See Also