Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GeneralFormatter Class / NumberFormat Property


In This Topic
NumberFormat Property (GeneralFormatter)
In This Topic
Gets or sets the format for displaying currency values.
Syntax
'Declaration
 
Public Overridable Property NumberFormat As NumberFormatInfo
 
'Usage
 
Dim instance As GeneralFormatter
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
See Also