[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FieldCodeCollection

FieldCodeCollection Class

Represents a collection of FieldCode objects.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public class FieldCodeCollection : ContentObjectCollection<FieldCode>, IContentList<FieldCode>, IReadOnlyList<FieldCode>, IReadOnlyCollection<FieldCode>, IEnumerable<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.