IPivotTableHeader.IsStairElement

Syntax

IsStairElement(SlotNumber: Integer; ElementNumber: Integer): Boolean;

Parameters

SlotNumber. Index of table header row or column.

ElementNumber. Element index in the table header.

Description

The IsStairElement property returns whether table header element is a hierarchy stair.

Comments

Available values:

To determine whether stairs hierarchy is used, use IPivotHeader.StairsHierarchy.

Example

The property use is given in the example for IPivotHeader.StairsHierarchy.

See also:

IPivotTableHeader