ITabRangeDeleteEventArgs.ShiftDirection

Fore Syntax

ShiftDirection: TabDeleteShiftDirection;

Fore.NET Syntax

ShiftDirection: Prognoz.Platform.Interop.Tab.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.

Fore and Fore.NET Examples

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

See also:

ITabRangeDeleteEventArgs