Spread for ASP.NET 11 Product Documentation
NumberFormat Property (CurrencyFormatter)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > CurrencyFormatter Class : NumberFormat Property
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

Reference

CurrencyFormatter Class
CurrencyFormatter Members