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


In This Topic
FormatCode Property (NumberFormat)
In This Topic
Gets the number format code of this number format.
Syntax
'Declaration
 
Public ReadOnly Property FormatCode As String
 
'Usage
 
Dim instance As NumberFormat
Dim value As String
 
value = instance.FormatCode

Property Value

A string value represents the number format code of this number format.
See Also