[]
Gets the row index according to the 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. |
int rowIndex = CellInfo.RowNameToIndex("5");