Spread Windows Forms 12.0 Product Documentation
NumberFormat Constructor


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > NumberFormat Structure : NumberFormat Constructor
A System.String value indicates the format code.
Initializes a new instance of the NumberFormat struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal code As String _
)
'Usage
 
Dim code As String
 
Dim instance As New NumberFormat(code)
public NumberFormat( 
   string code
)

Parameters

code
A System.String value indicates the format code.
See Also

Reference

NumberFormat Structure
NumberFormat Members