[]
Create a CellPosition by an address.
public CellPosition(string address)
| Type | Name | Description |
|---|---|---|
| string | address | The cell address. |
Create a CellPosition by coordinate components.
public CellPosition(int col, int row)
| Type | Name | Description |
|---|---|---|
| int | col | The column number. |
| int | row | The row number. |