[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FieldCodeCollection

FieldCodeCollection Class

Represents a collection of FieldCode objects.

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

Methods

Name Description
Add(string)

Adds a FieldCode to this collection.

Insert(string, FieldCode)

Inserts a FieldCode into this collection before another field code.