Assembly: Report;
The IReportRangeDeleteEventArgs interface is used to work with arguments of events that occur on removing ranges/rows/columns.
IReportRangeDeleteEventArgs
To work with arguments of events that occur on adding ranges/rows/columns, use properties of the IReportRangeInsertEventArgs interface.
Property name | Brief description | |
Range | The Range property returns parameters of table cell range. | |
ShiftDirection | The ShiftDirection property returns the method used on deleting a cell range. |
Property name | Brief description | |
Report | The Report property returns the ReportBox component that has generated the event. | |
Sheet | The Sheet property returns the sheet of the regular report, on which the event has occurred. |
See also: