In This Topic
Appends the text at the end of this rich text using the last run formatting.
Syntax
'Declaration
Public Overloads Sub Append( _
ByVal As String _
)
'Usage
Dim instance As RichText
Dim text As String
instance.Append(text)
public void Append(
string
)
Parameters
- text
- The plain text to append.
See Also