Spread Windows Forms 12.0 Product Documentation
MaxDigits Property (NumberDecimalPartFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > NumberDecimalPartFieldInfo Class : MaxDigits Property
Gets or sets the optional digits of the field.
Syntax
'Declaration
 
Public Property MaxDigits As Integer
'Usage
 
Dim instance As NumberDecimalPartFieldInfo
Dim value As Integer
 
instance.MaxDigits = value
 
value = instance.MaxDigits
public int MaxDigits {get; set;}

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

Reference

NumberDecimalPartFieldInfo Class
NumberDecimalPartFieldInfo Members