Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberDecimalPartDisplayFieldInfo Class / MaxDigits Property


In This Topic
MaxDigits Property (NumberDecimalPartDisplayFieldInfo)
In This Topic
Gets or sets the maximize digits of the field.
Syntax
'Declaration
 
Public Property MaxDigits As Integer
 
'Usage
 
Dim instance As NumberDecimalPartDisplayFieldInfo
Dim value As Integer
 
instance.MaxDigits = value
 
value = instance.MaxDigits

Property Value

An System.Int32 value indicates the maximize digits.
The default is 28.
Remarks
The property retrieves the maximum number of the digits.
See Also