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 (24.3.0.1000)
Syntax
protected override void InsertItem(
	int index,
	MemberColumn item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: Dundas.BI.Entities.UserHierarchiesMemberColumn
The object to insert.
See Also