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


In This Topic
    ValuesCount Property (BuiltInCfRule)
    In This Topic
    Gets the total count of conditional formatting values(s).
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ValuesCount As Integer
    'Usage
     
    
    Dim instance As BuiltInCfRule
    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