IEaxRangeFormatConditions.Remove

Syntax

Remove(Index: Integer);

Parameters

Index. Style index in the collection.

Description

The Remove method deletes a style from the collection based on its index.

Comments

Value of the Index parameter must be a non-negative number less than the value of the IEaxRangeFormatConditions.Count property.

Example

The property use is given in the example for IEaxRangeFormatConditions.Item.

See also:

IEaxRangeFormatConditions