DocumentLibraryVersions.Item Property
Office Developer Reference |
Gets a DocumentLibraryVersion object from the DocumentLibraryVersions collection. Read-only.
Syntax
expression.Item(Index)
expression Required. A variable that represents a DocumentLibraryVersions object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Index | Required | Long | The index number of the DocumentLibraryVersion returned. |
See Also