Previous Document Next Document
TableCellRange.Item

Property Item(Index As Long) As TableCell

Member of TableCellRange

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

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

The Item property returns a read-only value.

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.