[]
Determines whether the cell value is matched conditions of this rule.
protected abstract bool IsMatched(MatchData data)
Protected MustOverride Function IsMatched(data As MatchData) As Boolean
Type | Name | Description |
---|---|---|
MatchData | data | A GrapeCity.Spreadsheet.Conditional.MatchData value indicates the context data to match. |
Type | Description |
---|---|
bool |
|