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


In This Topic
NumberFormatCode Property
In This Topic
Gets or sets the number formatting code.
Syntax
'Declaration
 
Public Property NumberFormatCode As String
 
'Usage
 
Dim instance As StyleFormat
Dim value As String
 
instance.NumberFormatCode = value
 
value = instance.NumberFormatCode

Property Value

A NumberFormatCode value represents the number formatting code.
See Also