Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / NumberFormat Constructor / NumberFormat Constructor(Int32,String)
An integer value indicates the format ID.
A System.String value indicates the format code.


In This Topic
NumberFormat Constructor(Int32,String)
In This Topic
Initializes a new instance of the NumberFormat struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal builtInId As Integer, _
   ByVal code As String _
)
 
'Usage
 
Dim builtInId As Integer
Dim code As String
 
Dim instance As New NumberFormat(builtInId, code)

Parameters

builtInId
An integer value indicates the format ID.
code
A System.String value indicates the format code.
See Also