ITabRange.Insert

Fore Syntax

Insert(Value: TabInsertShiftDirection);

Fore.NET Syntax

Insert(Value: Prognoz.Platform.Interop.Tab.TabInsertShiftDirection);

Parameters

Value. Method of inserting a cell range.

Description

The Insert method inserts a cell range.

Comments

To delete the required cell range, use the ITabRange.Delete method.

Fore and Fore.NET Examples

The property use is given in the example for ITabRange.Delete.

See also:

ITabRange