Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / CurrencyFormatter Class / NumberFormat Property


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

    Property Value

    NumberFormatInfo object containing the format information for numeric values
    See Also