Previous Document Next Document

Object Model Reference : Classes : T : TableCellRange : Properties : TableCellRange.Item


TableCellRange.Item

Property Item(Index As Long) As TableCell

Description

Member of TableCellRange

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

Item is the default property of the TableCellRange class, and its reference can be omitted when you are accessing items in a cell range. For example, TableCellRange.Item(5) is the same as TableCellRange(5) — they both reference the fifth table cell in the cell range.

The Item property returns a read-only value.

Parameter
Description
Index
Specifies the preset placeholder that uniquely identifies each member of the cell range

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.