Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInCfRule Class / MaxValuesCount Property


In This Topic
    MaxValuesCount Property (BuiltInCfRule)
    In This Topic
    Gets the maximum values this CfRule can supports.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property MaxValuesCount As Integer
    'Usage
     
    
    Dim instance As BuiltInCfRule
    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