ITabFormatConditions.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes calculation and use of conditional formats.

Comments

The method resumes calculation and use of conditional formats after the use of the ITabFormatConditions.BeginUpdate method. When the method is called, all changes made with conditional formats between calls of the ITabFormatConditions.BeginUpdate and ITabFormatConditions.EndUpdate methods will also be applied.

Example

The property use is given in the example for ITabFormatConditions.Add.

See also:

ITabFormatConditions