Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class / Font Property


In This Topic
    Font Property (HeaderFooterParser)
    In This Topic
    Gets the current used font.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Font As Font
    'Usage
     
    
    Dim instance As HeaderFooterParser
    Dim value As Font
     
    value = instance.Font
    protected Font Font {get;}
    See Also