IsReadyToExecute: Boolean;
The IsReadyToExecute property returns whether a table is ready for calculation.
Available values:
True. A table is ready for calculation.
False. A tale is not ready for calculation.
To get whether table data is calculated, use the IPivot.IsCalced property.
The property use is given in the example for IPivot.LocalExecuting.
See also: