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 (25.3.0.1000)
Syntaxprotected override void RemoveItem(
	int index
)
Protected Overrides Sub RemoveItem ( 
	index As Integer
)
protected:
virtual void RemoveItem(
	int index
) override
abstract RemoveItem : 
        index : int -> unit 
override RemoveItem : 
        index : int -> unit Parameters
- index
 - Type: SystemInt32
The zero-based index of the element to remove. 
See Also