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