Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendText Method / AppendText(String) Method
A System.Char value indicates the text part.


In This Topic
    AppendText(String) Method
    In This Topic
    Appends the text part.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub AppendText( _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As TextHeaderFooterParser
    Dim text As String
     
    instance.AppendText(text)
    protected override void AppendText( 
       string text
    )

    Parameters

    text
    A System.Char value indicates the text part.
    See Also