Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfRule Class / ValuesCount Property


In This Topic
    ValuesCount Property (CfRule)
    In This Topic
    Gets the total count of conditional formatting values(s).
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ValuesCount As Integer
    'Usage
     
    
    Dim instance As CfRule
    Dim value As Integer
     
    value = instance.ValuesCount
    public virtual int ValuesCount {get;}

    Property Value

    An integer value indicates the total count of conditional formatting values(s).
    See Also