[]
Represents a collection of ComplexField objects.
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
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. |