[]
Gets the matched conditional formatting rule at the specified position.
public CfRule GetMatchedRule(int index, out int rangeIndex)
Public Function GetMatchedRule(index As Integer, ByRef rangeIndex As Integer) As CfRule
| 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. |
| Type | Description |
|---|---|
| CfRule | A GrapeCity.Spreadsheet.CfRule object represents the matched conditional formatting rule. |