[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfRule.Apply

Apply Method

Apply(ref MatchData, ref CfExecutedResult)

Applies the format of this conditional formatting rule to the format result.

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

Returns
Type Description
bool

true if successful;otherwise false

Overrides