IReportRangeDeleteEventArgs.ShiftDirection

Fore Syntax

ShiftDirection: TabDeleteShiftDirection;

Fore.NET Syntax

ShiftDirection: Prognoz.Platform.Interop.Tab.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.

Fore and Fore.NET Examples

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

See also:

IReportRangeDeleteEventArgs