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


In This Topic
FractionRenderOnly Property
In This Topic
Gets or sets whether to allow fractions in edit mode when values are displayed as fractions.
Syntax
'Declaration
 
Public Overridable Property FractionRenderOnly As Boolean
 
'Usage
 
Dim instance As NumberCellType
Dim value As Boolean
 
instance.FractionRenderOnly = value
 
value = instance.FractionRenderOnly
See Also