The DocumentObjectCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements actually contained in the collection.
| |
| First |
Gets the first value in the collection, if there is any, otherwise null.
| |
| Item |
Gets the element at the specified index.
| |
| LastObject |
Gets the last element or null, if no such element exists.
| |
| Parent |
Gets the parent object.
(Inherited from DocumentObject.) |
See Also