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

Parameters

index  Int32
The zero-based index of the element to replace.
item  MemberColumn
The new value for the element at the specified index.
See Also