Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / DecimalDigit Property


In This Topic
DecimalDigit Property (PopUpCalculator)
In This Topic
Gets or sets the decimal digit.
Syntax
'Declaration
 
Public Property DecimalDigit As Integer
 
'Usage
 
Dim instance As PopUpCalculator
Dim value As Integer
 
instance.DecimalDigit = value
 
value = instance.DecimalDigit

Property Value

The System.Int32 value indicates the digit of decimal part.
The default is 2.
See Also