[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfExecutedResult.GetMatchedRule

GetMatchedRule Method

GetMatchedRule(int, out int)

Gets the matched conditional formatting rule at the specified position.

Declaration
public CfRule GetMatchedRule(int index, out int rangeIndex)
Public Function GetMatchedRule(index As Integer, ByRef rangeIndex As Integer) As CfRule
Parameters
Type Name Description
int index

An integer value indicates the position of the conditional formatting rule.

int rangeIndex

An integer value represents the index of the conditional formatting rule's container.

Returns
Type Description
CfRule

A GrapeCity.Spreadsheet.CfRule object represents the matched conditional formatting rule.