Spread WinForms 15
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)

Parameters

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