[]
Sets an Excel-style number format string for each cell.
public string NumberFormat { 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.