[]
Determines whether the specified value is valid.
protected abstract bool IsValid(int row, int column, object value)
Protected MustOverride Function IsValid(row As Integer, column As Integer, value As Object) As Boolean
Type | Name | Description |
---|---|---|
int | row | The row of the cell to check. |
int | column | The column of the cell to check. |
object | value | The value. |
Type | Description |
---|---|
bool |
|