IPivotTableHeader

Assembly: Pivot;

Namespace: Prognoz.Platform.Interop.Pivot;

Description

The IPivotTableHeader interface contains properties used to work with table headers.

Inheritance Hierarchy

          IPivotTableHeader

Comments

Table header parameters can be obtained in the IPivotTable.LeftHeader (row header) and IPivotTable.TopHeader (column header) properties.

Properties

  Property name Brief description
DimensionElement The DimensionElement property determines element index of the dimension containing the the table header.
Element The Element property returns index of an element in a dimension, to which the given table header element corresponds.
ElementCount The ElementCount property returns the number of elements that a table header contains.
ElementDim The ElementDim property returns data about dimension that is present in the table header.
ElementDimKey The ElementDimKey property returns key of the dimension which corresponds to the specified header element.
ElementLevel The ElementLevel property returns level of the corresponding element in a dimension for the given header element.
ElementName The ElementName property returns name of a dimension element, to which the given table header element corresponds.
ElementNameEx The ElementNameEx property returns name of a dimension element, to which the given table header element corresponds, taking into account regional parameters settings.
Group The Group property returns index of a group that contains the given table header element.
IsCombinedSlot The IsCombinedSlot property returns whether there are several dimensions placed in one row and column in the table header.
IsEvaluatedElement The IsEvaluatedElement property returns whether dimension element is calculated.
IsEvaluatedSlot The IsEvaluatedSlot property returns whether the header element is a calculated column or row.
IsStairElement The IsStairElement property returns whether table header element is a hierarchy stair.
SlotCount The SlotCount property returns the number of slots, into which a table header is divided.
SlotDim The SlotDim property returns data of a dimension, of which elements the given header slot is formed.

Methods

  Method Name Brief Description
ContainsKey The ContainsKey method determines whether the dimension with the specified key is present in the table header slot.
GetSlotName The GetSlotName method returns named of the table header slot.

 

See also:

Pivot Assembly Interfaces