Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendInvalidCode Method
A Codes value indicates a part of the header/footer.
A System.Char array.
An integer value indicates the starting position in value.
An integer value indicates the number of characters to append.


In This Topic
AppendInvalidCode Method (TextHeaderFooterParser)
In This Topic
Appends the text part which starts with a code.
Syntax
'Declaration
 
Protected Overrides Sub AppendInvalidCode( _
   ByVal code As HeaderFooterParser.Codes, _
   ByVal codePtr As Char, _
   ByVal index As Integer, _
   ByVal length As Integer _
) 
 
'Usage
 
Dim instance As TextHeaderFooterParser
Dim code As HeaderFooterParser.Codes
Dim codePtr As Char
Dim index As Integer
Dim length As Integer
 
instance.AppendInvalidCode(code, codePtr, index, length)

Parameters

code
A Codes value indicates a part of the header/footer.
codePtr
A System.Char array.
index
An integer value indicates the starting position in value.
length
An integer value indicates the number of characters to append.
See Also