ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / NumberFormat Property

In This Topic
NumberFormat Property (DDCell)
In This Topic
Gets or sets an Excel-style number format string for the text displayed in the cell.
Syntax
'Declaration
 
Public Property NumberFormat As String
 

Property Value

A System.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.
See Also