IReportRangeInsertEventArgs.ShiftDirection

Syntax

ShiftDirection: TabInsertShiftDirection;

Description

The ShiftDirection property returns the method used on adding a cell range.

Comments

To get parameters of table cell range, use the IReportRangeInsertEventArgs.Range property.

Example

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

See also:

IReportRangeInsertEventArgs