Gets the position of a given C1OlapField in the list.

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

Syntax

C#
public int IndexOf(
	string fieldName
)
Visual Basic
Public Function IndexOf ( _
	fieldName As String _
) As Integer

Parameters

fieldName
Type: System..::..String
Name of the field to look for.

Return Value

The index of the field in the list, or -1 if the field is not a member of the list.

See Also