Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / NumberFormat Property


In This Topic
NumberFormat Property (GeneralCellType)
In This Topic
Gets or sets a NumberFormatInfo object that defines the format for displaying a numeric value.
Syntax
'Declaration
 
Public Overridable Property NumberFormat As NumberFormatInfo
 
'Usage
 
Dim instance As GeneralCellType
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
See Also