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


In This Topic
    MaxValuesCount Property (ColorScaleCfRule)
    In This Topic
    Gets the maximum values this CfRule can supports.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable ReadOnly Property MaxValuesCount As Integer
    'Usage
     
    
    Dim instance As ColorScaleCfRule
    Dim value As Integer
     
    value = instance.MaxValuesCount
    protected override int MaxValuesCount {get;}

    Property Value

    An integer value represents the maximum values this CfRule can supports.
    See Also