Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / DecimalDigit Property


In This Topic
    DecimalDigit Property (PopUpCalculatorInfo)
    In This Topic
    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