TabRangeInsertEventArgs.Create

Syntax

Create(TabSheet: ITabSheetBox; Range: ITabRange; Direction: TabInsertShiftDirection);

Parameters

TabSheet. Parameters of displayed table.

Range. Parameters of table cell range.

Direction. Method that is used to add cell range.

Description

The Create constructor creates an argument of the event which occurs on cell range adding.

Comments

To create an argument of the event which occurs on cell range deletion, use the TabRangeDeleteEventArgs.Create constructor.

See also:

TabRangeInsertEventArgs