IWSectionCollection Interface |
Namespace: Spire.Doc.Documents
The IWSectionCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of items in collection.
(Inherited from
ICollectionBase
.)
|
![]() |
Item |
Gets the
[!:Spire.Doc.ISection]
at the specified index.
|
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.
|