IEaxTableStyle.DimCalculateHeaderStyle

Syntax

DimCalculateHeaderStyle(DimKey: Integer; CalculatedElement: Integer): ITabCellStyle;

Parameters

DimKey. Key of the dimension with created calculated indicators.

CalculatedElement. Unique identifier of calculated indicator.

Description

The DimCalculateHeaderStyle property determines the header style of the calculated indicator.

Comments

Unique identifier of calculated indicator can be obtained in the IPivotEvaluatorDimCalculatesItem.CalculatedElement property.

Example

The property use is given in the example for IEaxTableStyle.DimCalculateStyle.

See also:

IEaxTableStyle