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

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