AddRun(String,Style) Method
In This Topic
Adds a
Run to the end of the current simple field.
Syntax
'Declaration
Public Overloads Function AddRun( _
ByVal As System.String, _
ByVal As Style _
) As Run
public Run AddRun(
System.string ,
Style
)
Parameters
- text
- The text of the run.
- style
- The run character or linked paragraph style.
Return Value
See Also