Inserts an C1OlapField at a specified position in the list.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)
Syntax
C# |
---|
protected override void InsertItem( int index, C1OlapField item ) |
Visual Basic |
---|
Protected Overrides Sub InsertItem ( _ index As Integer, _ item As C1OlapField _ ) |
Parameters
- index
- Type: System..::..Int32
Position where the field will be inserted.
- item
- Type: C1.Olap..::..C1OlapField
C1OlapField to add to the list.