TabInteractiveSelectionEventArgs.CreateInteractiveSelectionArgs

Syntax

CreateInteractiveSelectionArgs(TabSheet: ITabSheetBox; Range: ITabRange; Type: TabInteractiveSelectionType);

Parameters

TabSheet. The component for which the event is generated.

Range. The cell range for which the event is generated.

Type. Cell movement type.

Description

The CreateInteractiveSelectionArgs constructor creates an instance of argument for the events that occur on moving selected cell area in the table.

See also:

TabInteractiveSelectionEventArgs