Append(String,TextFormat) Method
Adds a text run with the specified format to the end of the
Inlines collection.
'Declaration
Public Overloads Function Append( _
ByVal As System.String, _
ByVal As TextFormat _
) As TextRun
Parameters
- text
- The text to append.
- format
- The text format to use.
Return Value
The created text run.