Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / DecimalPlaces Property


In This Topic
    DecimalPlaces Property (PercentCellType)
    In This Topic
    Gets or sets the number of decimal places.
    Syntax
    'Declaration
     
    
    Public Property DecimalPlaces As Integer
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As Integer
     
    instance.DecimalPlaces = value
     
    value = instance.DecimalPlaces
    public int DecimalPlaces {get; set;}
    See Also