Inserts a C1OlapField at a specified position in the list.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public void Insert(
	int index,
	string fieldName
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	fieldName As String _
)

Parameters

index
Type: System..::..Int32
Position where the field will be inserted.
fieldName
Type: System..::..String
Name of the existing C1OlapField,

See Also