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


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

    Parameters

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