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 argument of the event that occurs on removing ranges/rows/columns, use the ReportRangeDeleteEventArgs.Create constructor.
See also: