Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / NumberFormatIndex Property


In This Topic
    NumberFormatIndex Property (ExtendedFormat)
    In This Topic
    Gets or sets the index of the number format.
    Syntax
    'Declaration
     
    Public Property NumberFormatIndex As Integer
    'Usage
     
    Dim instance As ExtendedFormat
    Dim value As Integer
     
    instance.NumberFormatIndex = value
     
    value = instance.NumberFormatIndex
    public int NumberFormatIndex {get; set;}

    Property Value

    The index of the number format.
    Remarks
    If the number format is a excel built in number format, used this property to refers to that number format and ExcelNumberFormat property will be null in this case
    See Also