Share

HoleTables.Item Property

Parent Object: HoleTables

Description

Returns the specified HoleTable object from the collection.

Syntax

HoleTables.Item( Index As Variant ) As HoleTable

Property Value

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

Parameters

Name Type Description
Index Variant Input Variant value that specifies the HoleTable to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the HoleTable name. If an out of range index or a name of a non-existent HoleTable is provided, an error will occur .

Version

Introduced in version 10

Was this information helpful?