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