ITabFootnotes.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables footnote update for time-saving linked to its drawing and to data updating in footnotes.

Comments

On calling the BeginUpdate method the following actions are stopped:

All changes made after calling the BeginUpdate method will not be applied till the ITabFootnotes.EndUpdate method is not called.

Check whether collection is in the update stop state is available using the ITabFootnotes.InUpdate property.

See also:

ITabFootnotes