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

In This Topic
    NumberFormat Property (DDCells)
    In This Topic
    Sets an Excel-style number format string for each cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property NumberFormat As String
    public string NumberFormat {set;}

    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