Spread WPF 18
GrapeCity.Spreadsheet Namespace / StyleFormat Structure / NumberFormat Property


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

    Property Value

    A NumberFormatCode value represents the number formatting.
    See Also