Object Model Reference : Classes : T : TableCells : Properties : TableCells.Item |
Property Item(Index As Long) As TableCell
Member of TableCells
The Item property returns the index number of a table cell in a TableCells collection. Each table cell is identified by an index number represented in base 1. For example, TableCells(5) refers to the fifth table cell in a TableCells collection.
Item is the default property of the TableCells class, and its reference can be omitted when you are accessing items in a TableCells collection. For example, TableCells.Item(5) is the same as TableCells(5) they both reference the fifth table cell 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 TableCells collection
|
Copyright 2013 Corel Corporation. All rights reserved.