[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SectionCollection

SectionCollection Class

Represents a collection of Section objects.

Inheritance
SectionCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class SectionCollection : ContentCollection<Section>, IContentList<Section>, IReadOnlyList<Section>, IReadOnlyCollection<Section>, IEnumerable<Section>, IEnumerable
Public Class SectionCollection
    Inherits ContentCollection(Of Section)
    Implements IContentList(Of Section), IReadOnlyList(Of Section), IReadOnlyCollection(Of Section), IEnumerable(Of Section), IEnumerable

Implements