EndSelectionUpdate;
The EndSelectionUpdate method resumes application of selection in data source on changing selection in the table.
This method resumes the selection application in data source after it has been canceled by the IPivot.BeginSelectionUpdate method. In case of calling this method, a selection that was set to the table in between calling the IPivot.BeginSelectionUpdate and IPivot.EndSelectionUpdate methods, is also applied.
The method use is given in the example for IPivot.BeginSelectionUpdate.
See also: