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


In This Topic
    AppendText(Char) Method
    In This Topic
    Appends the text part.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub AppendText( _
       ByVal value As Char _
    ) 
    'Usage
     
    
    Dim instance As TextHeaderFooterParser
    Dim value As Char
     
    instance.AppendText(value)
    protected virtual void AppendText( 
       char value
    )

    Parameters

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