IEaxRangeFormatConditions.Add

Syntax

Add(Conditions: ITabFormatConditions);

Parameters

Conditions. Collection of conditional formats.

Description

The Add method adds an element to a collection of  styles of conditional table formatting.

Comments

Each collection element is a collection of conditional formats. If the Conditions parameter is set to Null, no style is added to the collection.

After an element is added to the collection, the IEaxRangeFormatConditions.Count value increases by one.

Example

The property use is given in the example for IEaxTableStyle.RangeFormatConditions.

See also:

IEaxRangeFormatConditions