Previous Document Next Document

Object Model Reference : Classes : T : TableColumns : Properties : TableColumns.Item


TableColumns.Item

Property Item(Index As Long) As TableColumn

Description

Member of TableColumns

The Item property returns the index number of a table column in a TableColumns collection. Each table column is identified by an index number represented in base 1. For example, TableColumns(5) refers to the fifth table column in the collection.

Item is the default property of the TableColumns class, and its reference can be omitted when you are accessing items in a TableColumns collection. For example, TableColumns.Item(5) is the same as TableColumns(5) — they both reference the fifth table column in the collection.

The Item property returns a read-only value.

Parameter
Description
Index
Specifies the preset placeholder that uniquely identifies each member of the TableColumns collection

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.