Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormatting Class / ValuesCount Property


In This Topic
    ValuesCount Property
    In This Topic
    Gets the ranges value count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ValuesCount As Integer
    'Usage
     
    
    Dim instance As ConditionalFormatting
    Dim value As Integer
     
    value = instance.ValuesCount
    public int ValuesCount {get;}
    See Also