Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ComplexFieldCollection Class / Insert Method / Insert(IFieldOptions,InsertLocation) Method
The complex field options.
The target InsertLocation for the insertion.

In This Topic
    Insert(IFieldOptions,InsertLocation) Method
    In This Topic
    Inserts a ComplexField into this collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal options As IFieldOptions, _
       ByVal location As InsertLocation _
    ) As ComplexField
    public ComplexField Insert( 
       IFieldOptions options,
       InsertLocation location
    )

    Parameters

    options
    The complex field options.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted ComplexField.
    See Also