In This Topic
Adds a text run with default formatting to the end of the
Inlines collection.
Syntax
'Declaration
Public Overloads Function Append( _
ByVal As System.String _
) As TextRun
public TextRun Append(
System.string
)
Parameters
- text
- The text to append.
Return Value
The created text run.
See Also