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


In This Topic
    AppendFont Method (RichTextHeaderFooterParser)
    In This Topic
    Appends the font part.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub AppendFont( _
       ByRef font As Font _
    ) 
    'Usage
     
    
    Dim instance As RichTextHeaderFooterParser
    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