IPivot.EndSelectionUpdate

Fore Syntax

EndSelectionUpdate;

Fore.NET Syntax

EndSelectionUpdate();

Description

The EndSelectionUpdate method resumes the application of a selection in data source in case of its changing in the table.

Comments

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.

Example

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

See also:

IPivot