Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / NumberFormat Property


In This Topic
NumberFormat Property (StyleFormat)
In This Topic
Gets or sets the number formatting.
Syntax
'Declaration
 
Public Property NumberFormat As NumberFormat
 
'Usage
 
Dim instance As StyleFormat
Dim value As NumberFormat
 
instance.NumberFormat = value
 
value = instance.NumberFormat

Property Value

A NumberFormatCode value represents the number formatting.
See Also