In This Topic
Adds a
Run to the end of the current control content.
Syntax
'Declaration
Public Overloads Function AddRun( _
ByVal As System.String _
) As Run
public Run AddRun(
System.string
)
Parameters
- text
- The text of the run.
Return Value
See Also