IEaxRangeCellStyles.Add

Syntax

Add(Range: ITabRange; Style:ITabCellStyle);

Parameters

Range. The range to which the style is applied.

Style. Added style.

Description

The Add method adds a selected style to the collection.

Comments

If the Range and/or Style parameters are set to Null, no style is added to the collection.

After adding a style, the IEaxRangeCellStyles.Count value increases by one.

Example

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

See also:

IEaxRangeCellStyles