Spread Windows Forms 12.0 Product Documentation
MaxValuesCount Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfRule Class : MaxValuesCount Property
Gets the maximum values this CfRule can supports.
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property MaxValuesCount As Integer
'Usage
 
Dim instance As CfRule
Dim value As Integer
 
value = instance.MaxValuesCount
protected abstract int MaxValuesCount {get;}

Property Value

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

Reference

CfRule Class
CfRule Members