Documents.Item Property
Parent Object: DocumentsDescription
Returns the specified object from the collection. This is the default property of the DocumentsEnumerator object.
Syntax
Documents.Item( Index As Long ) As DocumentProperty Value
This is a read only property whose value is a Document.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the to return. |