ShiftDirection: TabDeleteShiftDirection;
ShiftDirection: Prognoz.Platform.Interop.Tab.TabDeleteShiftDirection;
The ShiftDirection property returns the method used on removing a cell range.
To get parameters of table cell range, use the IReportRangeDeleteEventArgs.Range property.
The property use is given in the example for ReportBox.OnAfterDeleteRange.
See also: