MemberColumnCollectionSetItem Method  | 
 
            Replaces the element at the specified index.
            
 
    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 SetItem(
	int index,
	MemberColumn item
)
Protected Overrides Sub SetItem ( 
	index As Integer,
	item As MemberColumn
)
protected:
virtual void SetItem(
	int index, 
	MemberColumn^ item
) override
abstract SetItem : 
        index : int * 
        item : MemberColumn -> unit 
override SetItem : 
        index : int * 
        item : MemberColumn -> unit Parameters
- index
 - Type: SystemInt32
The zero-based index of the element to replace. - item
 - Type: Dundas.BI.Entities.UserHierarchiesMemberColumn
The new value for the element at the specified index. 
See Also