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