IEaxRangeCellStyles.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

The Index parameter value should be a non-negative number that is less than the value of the IEaxRangeCellStyles.Count property.

Example

The property use is given in the example for IEaxRangeCellStyles.Count.

See also:

IEaxRangeCellStyles