IPivot.Locked

Syntax

Locked: Boolean;

Description

The Locked property returns whether table rerendering is locked.

Comments

The property returns True if the IPivot.BeginUpdate method was called, but the rerendering by the IPivot.EndUpdate method was not resumed.

See also:

IPivot