MemberColumnCollectionRemoveItem Method

Removes the item at the specified index of the collection.

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 RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
See Also