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


In This Topic
FractionCustomFormat Property
In This Topic
Gets or sets how values are displayed as fractions with custom formatting.
Syntax
'Declaration
 
Public Overridable Property FractionCustomFormat As String
 
'Usage
 
Dim instance As NumberCellType
Dim value As String
 
instance.FractionCustomFormat = value
 
value = instance.FractionCustomFormat
See Also