Spread Windows Forms 17
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
    public int RuleCount {get;}

    Property Value

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