Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / DecimalPlaces Property


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