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


In This Topic
    Empty Field (Font)
    In This Topic
    Represents a Font structure with its properties left uninitialized. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Font
    'Usage
     
    
    Dim value As Font
     
    value = Font.Empty
    public static readonly Font Empty
    See Also