In This Topic
Adds a
Run to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal As System.String _
) As Run
public Run Add(
System.string
)
Parameters
- text
- The text of the inserted Run
Return Value
See Also