ReportInteractiveSelectionChangeEventArgs.Create

Syntax

Create(Report: IReportBox; Sheet: IPrxSheet; Range: ITabRange; Type: TabInteractiveSelectionType; Cancel: Boolean);

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.

Cancel. Indicates whether movement is possible.

Description

The Create constructor creates an argument of the event that occurs at the moment of moving selected cell area.

See also:

ReportInteractiveSelectionChangeEventArgs