IReportRangeInsertEventArgs.ShiftDirection

Fore Syntax

ShiftDirection: TabInsertShiftDirection;

Fore.NET Syntax

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

Fore and Fore.NET Examples

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

See also:

IReportRangeInsertEventArgs