IReportRangeInsertEventArgs.Range

Syntax

Range: ITabRange;

Description

The Range property returns parameters of table cell range.

Comments

To get the method used on removing a cell range, use the IReportRangeInsertEventArgs.ShiftDirection property.

Example

The property use is given in the example for ReportBox.OnAfterInsertRange.

See also:

IReportRangeInsertEventArgs