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


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

    Property Value

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