IPivotHeaderEvaluatedSlots.Item

Syntax

Item(Index: Integer): IPivotHeaderEvaluatedSlot;

Parameters

Index. Index of calculated column or row.

Description

The Item property returns calculated column or row with the specified index.

Comments

Column and row indexing is continuous and starts with zero. To get the number of columns or rows in the collection, use the IPivotHeaderEvaluatedSlots.Count property.

Example

The property use is given in the example for IPivotHeaderEvaluatedSlot.Visible.

See also:

IPivotHeaderEvaluatedSlots