IPivot.EndSelectionUpdate

Fore Syntax

EndSelectionUpdate;

Fore.NET Syntax

EndSelectionUpdate();

Description

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

Comments

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.

Example

The example of use is given in description of the IPivot.BeginSelectionUpdate method.

See also:

IPivot