Assembly: Report;
The ReportRangeDeleteEventArgs interface is used to work with arguments of events that occur on removing ranges/rows/columns.
To work with arguments of the events that occur on adding ranges/rows/columns, use the ReportRangeInsertEventArgs class.
| Constructor name | Brief description | |
| Create | The Create constructor creates an argument of the event that occurs on removing ranges/rows/columns. |
| 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. |
See also: