[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfRule.IsMatched

IsMatched Method

IsMatched(MatchData)

Determines whether the cell value is matched conditions of this rule.

Declaration
protected abstract bool IsMatched(MatchData data)
Protected MustOverride Function IsMatched(data As MatchData) As Boolean
Parameters
Type Name Description
MatchData data

A GrapeCity.Spreadsheet.Conditional.MatchData value indicates the context data to match.

Returns
Type Description
bool

true if the cell value is matched conditions of this rule; otherwise, false.