IDocumentObjectCollection module
- class IDocumentObjectCollection.IDocumentObjectCollection
Bases:
ICollectionBase,IEnumerableRepresents a collection of document objects.
- abstract get_Item(index: int) DocumentObject
Retrieves the document object at the specified index.
- Parameters:
index (int) – The index of the document object to retrieve.
- Returns:
The document object at the specified index.
- Return type:
