Share

iPartTableColumns.Item Property

Parent Object: iPartTableColumns

Description

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

Syntax

iPartTableColumns.Item( Index As Long ) As iPartTableColumn

Property Value

This is a read only property whose value is an iPartTableColumn.

Parameters

Name Type Description
Index Long Value that specifies the index of the iPartTableColumn to return. The first column has in index of 1. If an out-of-range index is input, an error occurs.

Version

Introduced in version 6

Was this information helpful?