[]
        
(Showing Draft Content)

FarPoint.Web.Spread.HighlightConditionalFormattingRule.IsValid

IsValid Method

IsValid(int, int, object)

Determines whether the specified value is valid.

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

Returns
Type Description
bool

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