Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculatorInfo Class / UseDecimalDigit Property


In This Topic
    UseDecimalDigit Property (PopUpCalculatorInfo)
    In This Topic
    Gets or sets whether to use the DecimalDigit property.
    Syntax
    'Declaration
     
    
    Public Property UseDecimalDigit As Boolean
    'Usage
     
    
    Dim instance As PopUpCalculatorInfo
    Dim value As Boolean
     
    instance.UseDecimalDigit = value
     
    value = instance.UseDecimalDigit
    public bool UseDecimalDigit {get; set;}

    Property Value

    A bool value, true to use the decimal digit; otherwise, false.
    The default is false.
    See Also