Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / NumberFormat Constructor / NumberFormat Constructor(String,ICellType)
A System.String value indicates the format code.
The cell type of this number format.


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

    Parameters

    code
    A System.String value indicates the format code.
    cellType
    The cell type of this number format.
    See Also