Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddRun Method / AddRun(String) Method
The text of the inserted Run

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

    Parameters

    text
    The text of the inserted Run

    Return Value

    The added Run.
    See Also