ITabRangeInsertEventArgs.Range

Syntax

Range: ITabRange;

Description

The Range property returns parameters of table cell range.

Comments

To get the method used on table cell adding, use the ITabRangeInsertEventArgs.ShiftDirection property.

Example

The property use is given in the the example for TabSheetBox.OnBeforeInsertRange.

See also:

ITabRangeInsertEventArgs