[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentObjectCollection-1

ContentObjectCollection<T> Class

Represents a collection of ContentObject.

Namespace: GrapeCity.Documents.Word
Assembly: GcDocs.Word.dll
Syntax
public class ContentObjectCollection<T> : ContentCollection<T>, IContentList<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ContentObject
Type Parameters
Name Description
T

The type of items in the collection.

Implements