Class NumberFormat
Represents a class which is for storing number format information.
Inheritance
System.Object
    NumberFormat
  Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class NumberFormat : Object
  Constructors
NumberFormat(String, String, String)
Initializes a new instance of the NumberFormat class.
Declaration
public NumberFormat(string name, string format, string imageuri)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | Name of the number format.  | 
      
| System.String | format | Value of the number format.  | 
      
| System.String | imageuri | Image to be displayed.  | 
      
Properties
Format
Gets or sets the value of the number format.
Declaration
public string Format { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string that represents the number format value.  | 
      
Name
Gets or sets the name of the number format.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | A string that represents the number format name.  |