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

In This Topic
    NumberFormat Property (DDCell)
    In This Topic
    Gets/sets an Excel style number format string.
    Syntax
    'Declaration
     
    Public Property NumberFormat As String
    public string NumberFormat {get; set;}
    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 whatever currency symbol you want used there.
    See Also