Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / FractionMode Property


In This Topic
FractionMode Property
In This Topic
Gets or sets whether values are represented as fractions.
Syntax
'Declaration
 
Public Overridable Property FractionMode As Boolean
 
'Usage
 
Dim instance As NumberCellType
Dim value As Boolean
 
instance.FractionMode = value
 
value = instance.FractionMode
See Also