[]
Gets a value that determines if a pair of cell coordinates are valid.
public virtual bool IsCellValid(int row, int col)
Public Overridable Function IsCellValid(row As Integer, col As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index. |
| int | col | Column index. |
| Type | Description |
|---|---|
| bool | True if the cell coordinates are valid, false otherwise. |