IPrxCalculatedPoint.Style

Fore Syntax

Style: IPrxCellStyle;

Fore.NET Syntax

Style: Prognoz.Platform.Interop.Report.IPrxCellStyle;

Description

The Style property determines calculated point style.

Comments

To get formatted value in calculated point, use the IPrxCalculatedPoint.FormattedValue property.

Fore and Fore.NET Examples

The property use is given in the example for IPrxCalculatedPoint.CalculateValue.

See also:

IPrxCalculatedPoint