ITabRangeDeleteEventArgs.ShiftDirection

Syntax

ShiftDirection: TabDeleteShiftDirection;

Description

The ShiftDirection property returns the method which was used on cell range deletion.

Comments

To get cell range parameters, use the ITabRangeDeleteEventArgs.Range property.

Example

The property use is given in the example for TabSheetBox.OnBeforeDeleteRange.

See also:

ITabRangeDeleteEventArgs