EndSelectionUpdate;
EndSelectionUpdate();
The EndSelectionUpdate method resumes application of selection in data source on changing selection in the table.
This method resumes application of selection in data source after the application is canceled 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: