Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetNumberFormat Method
The identifier of the number format.


In This Topic
    GetNumberFormat Method (Styles)
    In This Topic
    Gets the number format from stored ID.
    Syntax
    'Declaration
     
    
    Public Function GetNumberFormat( _
       ByVal id As Integer _
    ) As NumberFormat
    'Usage
     
    
    Dim instance As Styles
    Dim id As Integer
    Dim value As NumberFormat
     
    value = instance.GetNumberFormat(id)
    public NumberFormat GetNumberFormat( 
       int id
    )

    Parameters

    id
    The identifier of the number format.
    See Also