GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ControlContent Class / AddRun Method / AddRun(String) Method
The text of the run.

In This Topic
AddRun(String) Method
In This Topic
Adds a Run to the end of the current control content.
Syntax
'Declaration
 
Public Overloads Function AddRun( _
   ByVal text As System.String _
) As Run
 

Parameters

text
The text of the run.

Return Value

The added Run.
See Also