BeginUpdate;
The BeginUpdate method disables footnote update for time-saving linked to its drawing and to data updating in footnotes.
On calling the BeginUpdate method the following actions are stopped:
Drawing of the footnotes in table cells and footnote panel.
Recalculation of footnote numbers which can be linked with changing of footnote, page or sheet number.
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: