![]() |
![]() |
Item
Property Item(Index As Long) As TableCell
Member of TableCells
The Item property returns a value associated with the index number of a table cell in the TableCells collection of CorelDRAW. Each table cell in CorelDRAW is identified by an index number represented in base 1. For example, TableCells(5)
refers to the fifth table cell in the TableCells collection of CorelDRAW.
The Item property of the TableCells collection is the default property and can be omitted when referencing items in the collection. For example, TableCells.Item(5)
is the same as TableCells(5)
they both reference the fifth table cell in the TableCells collection.
The Item property returns a read-only value.
Parameters
|
Description
|
Index
|
A preset placeholder for each object in a TableCells collection, uniquely identifying each member of the collection
|
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.