Index Property (TableView Object)

Index Property (TableView Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The Index property returns the index number for this TableView object within the Views collection. Read-only.

Syntax

objTableView.Index

Data Type

Long

Remarks

The Index property indicates this table views position within the parent Views collection. It can later be used to reselect this table view with the collections Item property.

The first view in the Views collection has a Index value of 1.

An index value should not be considered a static value that remains constant for the duration of a container renderer. It can be affected when other views are added and deleted.

See Also

Concepts

TableView Object