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


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

Reference

GeneralFormatter Class
GeneralFormatter Members