Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GeneralFormatter Class / NumberFormat Property


In This Topic
    NumberFormat Property (GeneralFormatter)
    In This Topic
    Gets or sets the format for displaying currency values.
    Syntax
    'Declaration
     
    
    Public Overridable Property NumberFormat As NumberFormatInfo
    'Usage
     
    
    Dim instance As GeneralFormatter
    Dim value As NumberFormatInfo
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    public virtual NumberFormatInfo NumberFormat {get; set;}

    Property Value

    NumberFormatInfo object containing the format for the numeric value
    See Also