[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ComplexFieldCollection

ComplexFieldCollection Class

Represents a collection of ComplexField objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ComplexFieldCollection : ContentRangeCollection<ComplexField>, IContentList<ComplexField>, IReadOnlyList<ComplexField>, IReadOnlyCollection<ComplexField>, IEnumerable<ComplexField>, IEnumerable
Public Class ComplexFieldCollection
    Inherits ContentRangeCollection(Of ComplexField)
    Implements IContentList(Of ComplexField), IReadOnlyList(Of ComplexField), IReadOnlyCollection(Of ComplexField), IEnumerable(Of ComplexField), IEnumerable

Methods

Name Description
Add(IFieldOptions)

Adds a ComplexField to this collection.

Add(string, string)

Adds a ComplexField to this collection.

Insert(IFieldOptions, InsertLocation)

Inserts a ComplexField into this collection at the specified location.

Insert(string, InsertLocation)

Inserts a ComplexField into this collection at the specified location.

Insert(string, string, InsertLocation)

Inserts a ComplexField into this collection at the specified location.

Insert(string, string, RangeLocation)

Inserts a ComplexField into this collection at the specified location.