[]
Gets the row name according to the row index.
public static string RowIndexToName(int index)
Public Shared Function RowIndexToName(index As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | index | The row index. |
| Type | Description |
|---|---|
| string | The name of row. |
string rowName = CellInfo.RowIndexToName(4);