Spread Windows Forms 12.0 Product Documentation
RuleCount Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfExecutedResult Structure : RuleCount Property
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
public int RuleCount {get;}

Property Value

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

Reference

CfExecutedResult Structure
CfExecutedResult Members