Replaces the item at a specified position.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)
Syntax
C# |
---|
protected override void SetItem( int index, C1OlapField item ) |
Visual Basic |
---|
Protected Overrides Sub SetItem ( _ index As Integer, _ item As C1OlapField _ ) |
Parameters
- index
- Type: System..::..Int32
Index of the item to replace.
- item
- Type: C1.Olap..::..C1OlapField
New value for the item at the specified index.