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