DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class
The type of items in a collection.
Members

ContentCollection<T> Class
Represents a collection of content items.
Object Model
ContentCollection<T> Class
Syntax
'Declaration
 
Public MustInherit Class ContentCollection(Of T As Class) 
   Implements IContentList(Of T) 
 
Type Parameters
T
The type of items in a collection.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Word.ContentCollection<T>
      GrapeCity.Documents.Word.ContentObjectCollection<T>
      GrapeCity.Documents.Word.ContentRangeCollection<T>
      GrapeCity.Documents.Word.SectionCollection

See Also