In This Topic
Adds a
Run to the end of the current control content.
Syntax
'Declaration
Public Overloads Function AddRun( _
ByVal As Style _
) As Run
public Run AddRun(
Style
)
Parameters
- style
- The run character or linked paragraph style.
Return Value
See Also