ShiftDirection: TabInsertShiftDirection;
The ShiftDirection property returns the method used on adding a cell range.
To get parameters of table cell range, use the IReportRangeInsertEventArgs.Range property.
The property use is given in the example for ReportBox.OnAfterInsertRange.
See also: