| IWSectionCollection Interface | 
Namespace: Spire.Doc.Documents
 Syntax
Syntax
 
The IWSectionCollection type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Count | 
 Gets the number of items in collection.
(Inherited from
 ICollectionBase
.) | 
|   | Item | 
 Gets the
 
[!:Spire.Doc.ISection]
 
 at the specified index.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds a section to end of document.
 | 
|   | GetEnumerator | 
 Returns an enumerator that iterates through a collection.
(Inherited from
 IEnumerable
.) | 
|   | IndexOf | 
 Returns the zero-based index of the specified section.
 | 
 See Also
See Also