ReportRangeInsertEventArgs.Create

Syntax

Create(Report: IReportBox,
       Sheet: IPrxSheet,
       Range: ITabRange,
       Direction: TabDeleteShiftDirection);

Parameters

Report. Parameters of the ReportBox development environment component.

Sheet. Parameters of regular report sheet.

Range. Parameters of table cell range.

Direction. The method that is used to remove cell range.

Description

The Create constructor creates an argument of the event that occurs on removing ranges/rows/columns.

Comments

To create argument of the event that occurs on removing ranges/rows/columns, use the ReportRangeDeleteEventArgs.Create constructor.

See also:

ReportRangeInsertEventArgs