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