Assembly: Pivot;
The IPivotHeader interface contains properties and methods that are used to work with the collection of dimensions located in the selected table header.
IPivotDimensionLevelPropertiesCommon
IPivotHeader
A table header can be obtained by means of the following properties:
When working with analytical data area the table header described by the IPivotHeader interface can be cast to the IDataAreaHeaderStyleSettingsBase interface to set up formatting by means of the IEaxGridViewSettings.GetStyleSettings property.
Property name | Brief description | |
Dim | The Dim property returns data of the dimension located in the specified table header position. | |
DimCount | The DimCount property returns the number of dimensions contained in the selected table header. | |
EvaluatedSlots | The EvaluatedSlots property returns the collection of calculated columns located in table sidehead | |
MultiLevelHeader | The MultiLevelHeader property determines whether a multilevel header is used. | |
Numbering | The Numbering property returns numbering control parameters in headers. | |
PivotDim | The PivotDim property returns the dimension located in the specified table header position. | |
Settings | The Settings property returns table header settings. | |
StairsHierarchy | The StairsHierarchy property determines whether stairs hierarchy will be used. |
Property name | Brief description | |
ChildrenBeforeParents | The ChildrenBeforeParents property determines whether to place child elements of hierarchy before parent ones. | |
CollapseChildren | The CollapseChildren property determines whether dimension(s) child elements will be collapsed on creating a table. | |
DuplicateParent | The DuplicateParent property determines whether level elements are repeated for child ones. | |
IsChildrenBeforeParents | The IsChildrenBeforeParents property returns whether child elements of hierarchy are placed before parent ones. | |
IsCollapseChildren | The IsCollapseChildren property returns whether dimension child elements are collapsed. | |
IsDuplicateParent | The IsDuplicateParent property returns whether level elements are repeated for child ones. | |
IsSeparated | The IsSeparated property returns whether level elements are placed in separate columns. | |
Separated | The Separated property determines whether level elements are placed in separate columns. |
Method name | Brief description | |
AddDim | The AddDim method adds a dimension to the selected table header. | |
Clear | The Clear method deletes all dimensions from the selected table header. | |
DeleteDim | The DeleteDim method deletes the specified dimension from the selected table header. | |
InsertDim | The InsertDim method inserts the dimension to the specified area of the selected table header. |
See also: