[]
Applies the format of this conditional formatting rule to the format result.
protected override sealed bool Apply(ref MatchData matchingData, ref CfExecutedResult result)
Protected NotOverridable Overrides Function Apply(ByRef matchingData As MatchData, ByRef result As CfExecutedResult) As Boolean
Type | Name | Description |
---|---|---|
MatchData | matchingData | A GrapeCity.Spreadsheet.Conditional.MatchData value indicates the context matching data. |
CfExecutedResult | result | A StyleFormat value indicates the style formatting result. |
Type | Description |
---|---|
bool | true if successful;otherwise false |