IsDataChanged(Value: IDimSelectionSet): Boolean;
IsDataChanged[Value: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet]: Boolean;
Value.Selection of elements, by which it is required to check presence of modified data.
The IsDataChanged property returns if there are modified data by elements included into the specified selection.
The property returns True if there are modified data at least by one element of any dimension included into selection.
The example of use is given in description of the IPivotTable.PostEx method.
See also: