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


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

Property Value

The System.Int32 value indicates the optional digits of the field.
Remarks
The property retrieves the maximum number of the digits.
See Also