IPivotTable.IsDataChanged

Fore Syntax

IsDataChanged(Value: IDimSelectionSet): Boolean;

Fore.NET Syntax

IsDataChanged[Value: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet]: Boolean;

Parameters

Value.Selection of elements, by which it is required to check presence of modified data.

Description

The IsDataChanged property returns if there are modified data by elements included into the specified selection.

Comments

The property returns True if there are modified 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