Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddRun Method / AddRun(Style) Method
The run character or linked paragraph style.

In This Topic
    AddRun(Style) Method
    In This Topic
    Adds a Run to the end of the paragraph.
    Syntax
    'Declaration
     
    Public Overloads Function AddRun( _
       ByVal style As Style _
    ) As Run
    public Run AddRun( 
       Style style
    )

    Parameters

    style
    The run character or linked paragraph style.

    Return Value

    The added Run.
    See Also