Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class / AppendInvalidCode Method
A HeaderFooterParser.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 (HeaderFooterParser)
    In This Topic
    Appends the text part which starts with a code.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AppendInvalidCode( _
       ByVal code As HeaderFooterParser.Codes, _
       ByVal codePtr As Char, _
       ByVal index As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    
    Dim instance As HeaderFooterParser
    Dim code As HeaderFooterParser.Codes
    Dim codePtr As Char
    Dim index As Integer
    Dim length As Integer
     
    instance.AppendInvalidCode(code, codePtr, index, length)
    protected virtual void AppendInvalidCode( 
       HeaderFooterParser.Codes code,
       char* codePtr,
       int index,
       int length
    )

    Parameters

    code
    A HeaderFooterParser.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