Index Property (Column Object)

Index Property (Column 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 Column object within the Columns collection. Read-only.

Syntax

objColumn.Index

Data Type

Long

Remarks

The Index property indicates this columns position within the parent Columns collection. It can later be used to reselect this column with the collections Item property.

The first column in the collection has an Index value of 1.

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

See Also

Concepts

Column Object