Create(Report: IReportBox,
Sheet: IPrxSheet,
Range: ITabRange,
Direction: TabDeleteShiftDirection);
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.
The Create constructor creates an argument of the event that occurs on removing ranges/rows/columns.
To create an argument of the event that occurs on adding ranges/rows/columns, use the ReportRangeInsertEventArgs.Create constructor.
See also: