[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseDataValidator.IsValid

IsValid Method

IsValid(int, int, int, object)

Determines whether the specified value is valid with this GrapeCity.Spreadsheet.DataValidation.

Declaration
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
Parameters
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.

Returns
Type Description
bool

true if the specified cell value is valid; otherwise, false.