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


In This Topic
    Empty Field (NumberFormat)
    In This Topic
    Gets the empty number format. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As NumberFormat
    'Usage
     
    
    Dim value As NumberFormat
     
    value = NumberFormat.Empty
    public static readonly NumberFormat Empty
    See Also