[]
Returns index of the DataField by its name.
public int IndexByName(string name)
Public Function IndexByName(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The name of the DataField. |
| Type | Description |
|---|---|
| int | Index of the DataField with specified name or -1 if not found. |