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