[]
Gets or sets an Excel-style number format string for the text displayed in the cell.
public string NumberFormat { get; set; }
Type | Description |
---|---|
string | A string value representing number format. |
For foreign currency symbols such as the Japanese Yen you can use a format such as: "[$¥-0]#,##0.00". Replace the Yen sign (¥) with the currency symbol you want to use.