[]
Validates a cell.
public bool Validate(int row, int column, bool doAction)
Public Function Validate(row As Integer, column As Integer, doAction As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | row index |
| int | column | column index |
| bool | doAction | if set to |
| Type | Description |
|---|---|
| bool | true if valid; false otherwise |