Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / NumberFormat Property


In This Topic
    NumberFormat Property (GeneralCellType)
    In This Topic
    Gets or sets a NumberFormatInfo object that defines the format for displaying a numeric value.
    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