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


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

    Parameters

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