Share via


IsConsistent Property

Returns a Boolean that indicates whether the source data set is consistent with the specified PivotData object. Read-only.

expression.IsConsistent

*expression   * Required. An expression that returns a PivotData object.

Remarks

This property returns False when changes to the data set have been committed, but the totals have not been updated. When this occurs, you can use the Refresh method of the PivotTable object to update the totals.

Applies to | PivotData Object

See Also | Refresh Method