EndSelectionUpdate;
EndSelectionUpdate();
The EndSelectionUpdate method resumes the application of a selection in data source in case of its changing in the table.
This method resumes use of selection in data source after the use is cancelled by the IPivot.BeginSelectionUpdate method. On calling the method the selection is also applied that is set in the table between calling the IPivot.BeginSelectionUpdate and IPivot.EndSelectionUpdate methods.
The example of use is given in description of the IPivot.BeginSelectionUpdate method.
See also: