'Declaration Public Overloads Function Insert( _ ByVal style As Style, _ ByVal location As InsertLocation _ ) As Run
public Run Insert( Style style, InsertLocation location )
Parameters
- style
- The run character or linked paragraph style.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Run.