Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / RuleCount Property


In This Topic
RuleCount Property
In This Topic
Gets the total number of matched conditional formatting rules which requires painting above cell surface.
Syntax
'Declaration
 
Public ReadOnly Property RuleCount As Integer
 
'Usage
 
Dim instance As CfExecutedResult
Dim value As Integer
 
value = instance.RuleCount

Property Value

An integer value represents the total number of matched conditional formatting rules.
See Also