Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class / AppendText Method / AppendText(String) Method
A string value indicates the text.


In This Topic
AppendText(String) Method
In This Topic
Appends the text part.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AppendText( _
   ByVal text As String _
) 
 
'Usage
 
Dim instance As HeaderFooterParser
Dim text As String
 
instance.AppendText(text)

Parameters

text
A string value indicates the text.
See Also