IDefTableArea.ShowEvalCells

Syntax

ShowEvalCells: Boolean;

Description

The ShowEvalCells property determines whether an icon for calculated cells will be used.

Comments

The property is set to True by default, and the icon is displayed for calculated cells with values. The icon will also be displayed if the cell does not contain calculated value.

If the ShowEvalCells property is set to False, the icon for calculated cells will not be displayed.

Example

The property use is given in the example for IDefTableArea.ShowAccessCells.

See also:

IDefTableArea