IReportRangeDeleteEventArgs.ShiftDirection

Syntax

ShiftDirection: TabDeleteShiftDirection;

Description

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

Comments

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

Example

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

See also:

IReportRangeDeleteEventArgs