Click or drag to resize

IWSectionCollection Interface

Represents a collection of [!:Spire.Doc.ISection] .

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IWSectionCollection : IDocumentObjectCollection, 
	ICollectionBase, IEnumerable

The IWSectionCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of items in collection.
(Inherited from ICollectionBase .)
Public property Item
Gets the [!:Spire.Doc.ISection] at the specified index.
Top
Methods
Name Description
Public method Add
Adds a section to end of document.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method IndexOf
Returns the zero-based index of the specified section.
Top
See Also