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 example of use is given in description of the DimCalculateStyle property.

See also:

IEaxTableStyle