IPivot.IsReadyToExecute

Syntax

IsReadyToExecute: Boolean;

Description

The IsReadyToExecute property returns whether a table is ready for calculation.

Comments

Available values:

To get whether table data is calculated, use the IPivot.IsCalced property.

Example

The property use is given in the example for IPivot.LocalExecuting.

See also:

IPivot