[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCell.NumberFormat

NumberFormat Property

NumberFormat

Gets or sets an Excel-style number format string for the text displayed in the cell.

Declaration
public string NumberFormat { get; set; }
Property Value
Type Description
string

A string value representing number format.

Remarks

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.