Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextCollection Class / Insert(String,InsertLocation) Method
The text value to insert.
The target InsertLocation for the insertion.

In This Topic
    Insert(String,InsertLocation) Method
    In This Topic
    Inserts a Text into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Function Insert( _
       ByVal value As System.String, _
       ByVal location As InsertLocation _
    ) As Text
    public Text Insert( 
       System.string value,
       InsertLocation location
    )

    Parameters

    value
    The text value to insert.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted Text.
    See Also