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

In This Topic
    Add(String) Method
    In This Topic
    Adds a Run to this collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal text As System.String _
    ) As Run
    public Run Add( 
       System.string text
    )

    Parameters

    text
    The text of the inserted Run

    Return Value

    The added Run.
    See Also