Share

RevisionTableRows.Item Property

Parent Object: RevisionTableRows

Description

Returns the specified row object from the collection.

Syntax

RevisionTableRows.Item( Index As Long ) As RevisionTableRow

Property Value

This is a read only property whose value is a RevisionTableRow.

Parameters

Name Type Description
Index Long Input Long value that specifies the RevisionTableRow to return. This is a numeric value indicating the index of the item in the collection. If an out of range index is input, an error occurs.

Samples

Name Description
Query revision table This sample illustrates querying the contents of the revision table.

Version

Introduced in version 10

Was this information helpful?