Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / Append Method
A Codes value indicates a part of the header/footer.


In This Topic
    Append Method (TextHeaderFooterParser)
    In This Topic
    Appends the Codes part.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub Append( _
       ByVal code As HeaderFooterParser.Codes _
    ) 
    'Usage
     
    
    Dim instance As TextHeaderFooterParser
    Dim code As HeaderFooterParser.Codes
     
    instance.Append(code)
    protected override void Append( 
       HeaderFooterParser.Codes code
    )

    Parameters

    code
    A Codes value indicates a part of the header/footer.
    See Also