[]
Determines whether the specified value is valid with this GrapeCity.Spreadsheet.DataValidation.
protected override sealed bool IsValid(int rangeIndex, int row, int column, object value)
Protected NotOverridable Overrides Function IsValid(rangeIndex As Integer, row As Integer, column As Integer, value As Object) As Boolean
Type | Name | Description |
---|---|---|
int | rangeIndex | An integer value that indicates the range reference index of this data validation. |
int | row | An integer value indicates the row index of cell to validate. |
int | column | An integer value indicates the column index of cell to validate. |
object | value | The cell value to validate. |
Type | Description |
---|---|
bool |
|