ShiftDirection: TabDeleteShiftDirection;
The ShiftDirection property returns the method which was used on cell range deletion.
To get cell range parameters, use the ITabRangeDeleteEventArgs.Range property.
The property use is given in the example for TabSheetBox.OnBeforeDeleteRange.
See also: