Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotTableHeader interface contains properties that are used to work with table headers.
IPivotTableHeader
Table header parameters can be obtained in the IPivotTable.LeftHeader (row header) and IPivotTable.TopHeader (column header) properties.
Property name | Brief description | |
DimensionElement | The DimensionElement property determines an element index of the dimension containing 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 the dimension element, to which the given table header element corresponds. | |
ElementNameEx | The ElementNameEx property returns name of the dimension element, to which the given table header element corresponds, taking into account regional parameters settings. | |
Group | The Group property returns index of the 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. | |
IsDimensionMergeAllowed | The IsDimensionMergeAllowed property returns whether the dimension contained in table header can be tucked. | |
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. | |
IsJoinSlot | The IsJoinSlot property returns whether header element is joined by additional name. | |
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. |
Method Name | Brief Description | |
ContainsKey | The ContainsKey method determines whether the dimension with the specified key is present in the table header slot. | |
IsGrouppingElement | The IsGrouppingElement method determines whether the header element is a grouping one. | |
GetSlotName | The GetSlotName method returns name of the table header slot. |
See also: