ITabRangeDeleteEventArgs.Range

Fore Syntax

Range: ITabRange;

Fore.NET Syntax

Range: Prognoz.Platform.Interop.Tab.ITabRange;

Description

The Range property returns parameters of table cell range.

Comments

To get the method used on table cell deletion, use the ITabRangeDeleteEventArgs.ShiftDirection property.

Fore and Fore.NET Examples

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

See also:

ITabRangeDeleteEventArgs