IPivotHeaderEvaluatedSlots.Item

Fore Syntax

Item(Index: Integer): IPivotHeaderEvaluatedSlot;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Pivot.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.

Fore and Fore.NET Examples

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

See also:

IPivotHeaderEvaluatedSlots