Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GeneralCellType Class / NumberFormat Property
Example


In This Topic
    NumberFormat Property (GeneralCellType)
    In This Topic
    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;}

    Property Value

    NumberFormatInfo object containing information for formatting numeric values
    Example
    See Also