Spread for ASP.NET 12 Product Documentation
NumberFormat Property (GeneralCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GeneralCellType Class : NumberFormat Property
Gets or sets a NumberFormatInfo which is used to format the numeric value, such as for currency.
Syntax
'Declaration
 
Public Overridable Property NumberFormat As NumberFormatInfo
'Usage
 
Dim instance As GeneralCellType
Dim value As NumberFormatInfo
 
instance.NumberFormat = value
 
value = instance.NumberFormat
public virtual NumberFormatInfo NumberFormat {get; set;}
See Also

Reference

GeneralCellType Class
GeneralCellType Members