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


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

    Property Value

    The number format of the ExtendedFormat.
    See Also