[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentRangeCollection-1

ContentRangeCollection<T> Class

Represents a collection of ContentRange elements.

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

The type of items in the collection.

Implements