IsConsistent Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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.