Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendFont Method
A GrapeCity.Spreadsheet.Font value indicates the font of characters that follow.


In This Topic
    AppendFont Method (TextHeaderFooterParser)
    In This Topic
    Appends the font part.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub AppendFont( _
       ByRef font As Font _
    ) 
    'Usage
     
    
    Dim instance As TextHeaderFooterParser
    Dim font As Font
     
    instance.AppendFont(font)
    protected override void AppendFont( 
       ref Font font
    )

    Parameters

    font
    A GrapeCity.Spreadsheet.Font value indicates the font of characters that follow.
    See Also