[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextCollection.Insert

Insert Method

Insert(string, InsertLocation)

Inserts a Text into this collection at a specified location.

Declaration
public Text Insert(string value, InsertLocation location)
Public Function Insert(value As String, location As InsertLocation) As Text
Parameters
Type Name Description
string value

The text value to insert.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
Text

The inserted Text.