[]
Gets cell row and column according to its name(address).
public static void CellNameToIndex(string name, out int row, out int column)
| Type | Name | Description |
|---|---|---|
| string | name | The cell name. |
| int | row | The row index. |
| int | column | The column index. |