Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonNumericBox Class / DecimalPlaces Property


In This Topic
    DecimalPlaces Property (RibbonNumericBox)
    In This Topic
    The number of decimal places to display in the RibbonNumericBox.
    Syntax
    'Declaration
     
    
    Public Property DecimalPlaces As Integer
    'Usage
     
    
    Dim instance As RibbonNumericBox
    Dim value As Integer
     
    instance.DecimalPlaces = value
     
    value = instance.DecimalPlaces
    public int DecimalPlaces {get; set;}
    See Also