Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NumberFormat Structure / General Field


In This Topic
    General Field
    In This Topic
    Represents the general number format. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly General As NumberFormat
    'Usage
     
    
    Dim value As NumberFormat
     
    value = NumberFormat.General
    public static readonly NumberFormat General
    See Also