ITabRangeInsertEventArgs.ShiftDirection

Syntax

ShiftDirection: TabInsertShiftDirection;

Description

The ShiftDirection property returns the method used on cell range adding.

Comments

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

Example

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

See also:

ITabRangeInsertEventArgs