[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TopRankedValuesConditionalFormattingRule.IsValid

IsValid Method

IsValid(int, int, object)

Determines whether the specified value is valid.

Declaration
protected override bool IsValid(int row, int column, object value)
Protected Overrides 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.

Overrides