Spread Windows Forms 17
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)
    public NumberFormat( 
       string code
    )

    Parameters

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