Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Paragraph Class / AddRun Method / AddRun() Method

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

    Return Value

    The added Run.
    See Also