GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / NumberFormat Constructor / NumberFormat Constructor(String)
A System.String value indicates the format code.


In This Topic
NumberFormat Constructor(String)
In This Topic
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)

Parameters

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