IPivotTable.IsDataChanged

Syntax

IsDataChanged(Value: IDimSelectionSet): Boolean;

Parameters

Value. Selection of elements, by which it is required to check if there is changed data.

Description

The IsDataChanged property returns whether there is changed data by elements included into the specified selection.

Comments

The property returns True if there is changed data at least by one element of any dimension included into selection.

Example

The example of use is given in description of the IPivotTable.PostEx method.

See also:

IPivotTable