Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / FormatCode Property


In This Topic
FormatCode Property (IFormatter)
In This Topic
Gets the format code for this formatter.
Syntax
'Declaration
 
ReadOnly Property FormatCode As String
 
'Usage
 
Dim instance As IFormatter
Dim value As String
 
value = instance.FormatCode

Property Value

A string value represents the format code for this formatter.
See Also