Spread WPF 17
GrapeCity.Excel Namespace / IExcelNumberFormat Interface / NumberFormatId Property


In This Topic
    NumberFormatId Property (IExcelNumberFormat)
    In This Topic
    Gets the number format id.
    Syntax
    'Declaration
     
    ReadOnly Property NumberFormatId As Integer
    'Usage
     
    Dim instance As IExcelNumberFormat
    Dim value As Integer
     
    value = instance.NumberFormatId
    int NumberFormatId {get;}

    Property Value

    The number format id.
    See Also