IPivot.EndSelectionUpdate

Syntax

EndSelectionUpdate;

Description

The EndSelectionUpdate method resumes application of selection in data source on changing selection in the table.

Comments

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.

Example

The method use is given in the example for IPivot.BeginSelectionUpdate.

See also:

IPivot