[]
Gets row index according to row name.
public static int RowNameToIndex(string name)
Public Shared Function RowNameToIndex(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The row name. |
| Type | Description |
|---|---|
| int | The index of row. |