ReportInteractiveSelectionEventArgs.CreateInteractiveSelectionArgs

Syntax

CreateInteractiveSelectionArgs(Report: IReportBox; Sheet: IPrxSheet; Range: ITabRange; Type: TabInteractiveSelectionType);

Parameters

Report. The component, for which event is generated.

Sheet. The report page, for which the event is generated.

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

Type. The type of cell movement.

Description

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

See also:

ReportInteractiveSelectionEventArgs