IPivot.EndStateUpdate

Syntax

EndStateUpdate;

Description

The EndStateUpdate method finishes saving of data table pivot state.

Comments

The method is used during table data drilldown/drillup after calling the BeginStateUpdate method. To check if the state can be restored, use the CanRestoreState property, to restore the state, use the RestoreState method.

See also:

IPivot