Previous Document Next Document
TableColumns.Item

Property Item(Index As Long) As TableColumn

Member of TableColumns

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

The Item property of the TableColumns collection is the default property and can be omitted when referencing items in the collection. For example, TableColumns.Item(5) is the same as TableColumns(5) — they both reference the fifth table column in the TableColumns collection.

The Item property returns a read-only value.

Parameters
Description
Index
A preset placeholder for each object in a TableColumns collection, uniquely identifying each member of the collection

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.