Spread Windows Forms 12.0 Product Documentation
FormatCode Property (NumberFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > NumberFormat Structure : FormatCode Property
Gets the number format code for this number format.
Syntax
'Declaration
 
Public ReadOnly Property FormatCode As String
'Usage
 
Dim instance As NumberFormat
Dim value As String
 
value = instance.FormatCode
public string FormatCode {get;}

Property Value

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

Reference

NumberFormat Structure
NumberFormat Members