Spread Windows Forms 12.0 Product Documentation
DecimalDigit Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : DecimalDigit Property
Gets or sets the decimal digit.
Syntax
'Declaration
 
Public Property DecimalDigit As Integer
'Usage
 
Dim instance As PopUpCalculatorInfo
Dim value As Integer
 
instance.DecimalDigit = value
 
value = instance.DecimalDigit
public int DecimalDigit {get; set;}

Property Value

The System.Int32 value that indicates the number of digits of the decimal part.
The default is 2.
See Also

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members