Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / UseDecimalDigit Property


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

    Property Value

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