IsStairElement(SlotNumber: Integer; ElementNumber: Integer): Boolean;
SlotNumber. Index of table header row or column.
ElementNumber. Element index in the table header.
The IsStairElement property returns whether table header element is a hierarchy stair.
Available values:
True. Header element is a hierarchy stair.
False. Header element is not a hierarchy stair.
To determine whether stairs hierarchy is used, use IPivotHeader.StairsHierarchy.
The property use is given in the example for IPivotHeader.StairsHierarchy.
See also: