Share

Documents.Item Property

Parent Object: Documents

Description

Returns the specified object from the collection. This is the default property of the DocumentsEnumerator object.

Syntax

Documents.Item( Index As Long ) As Document

Property 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.

Version

Introduced in version 4

Was this information helpful?