ITabView.ErrorIndicatorsColor

Fore Syntax

ErrorIndicatorsColor: IGxColor;

Fore.NET Syntax

ErrorIndicatorsColor: Prognoz.Platform.Interop.Drawing.GxColor;

Description

The ErrorIndicatorsColor property determines color for highlighting cells that have errors in the contained formulas.

Comment

The property is outdated, use the ITabErrorCheckingOptions.ErrorIndicatorsColor property instead.

Default indicator color is green (R:0 G:128 B:0). This property is applied to all report sheet and is saved to the register for the current user.

See also:

ITabView