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