IEaxTableStyle.DimCalculateHeaderStyle

Fore Syntax

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

Fore.NET Syntax

DimCalculateHeaderStyle(DimKey: Integer; CalculatedElement: Integer): Prognoz.Platform.Interop.Tab.ITabCellStyle;

Parameters

DimKey. Dimension key with calculated factors.

CalculatedElement. Unique identifier of calculated factor.

Description

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

Comments

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

Example

The example of use is given in description of the DimCalculateStyle property.

See also:

IEaxTableStyle