Share

HoleTableRows.Item Property

Parent Object: HoleTableRows

Description

Returns the specified row object from the collection.

Syntax

HoleTableRows.Item( Index As Long ) As HoleTableRow

Property Value

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

Parameters

Name Type Description
Index Long Input Long value that specifies the HoleTableRow 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.

Version

Introduced in version 10

Was this information helpful?