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