Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IGeneralFormatSupport Interface / NumberFormat Property


In This Topic
    NumberFormat Property (IGeneralFormatSupport)
    In This Topic
    Gets or sets the numeric format information.
    Syntax
    'Declaration
     
    
    Property NumberFormat As NumberFormatInfo
    'Usage
     
    
    Dim instance As IGeneralFormatSupport
    Dim value As NumberFormatInfo
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    NumberFormatInfo NumberFormat {get; set;}
    See Also