IDocumentCollection Interface |
Namespace: Spire.Doc.Interface
The IDocumentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of items in collection.
(Inherited from
ICollectionBase
.)
|
![]() |
Item |
Gets the
[!:Spire.Doc.IDocument]
at the specified index.
|
Name | Description | |
---|---|---|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|