Gets the position of a given C1OlapField in the list.
Namespace:
C1.OlapAssembly: 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.