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
See Also