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

    Parameters

    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