IReportRangeDeleteEventArgs

Assembly: Report;

Description

The IReportRangeDeleteEventArgs interface is used to work with arguments of events that occur on removing ranges/rows/columns.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportRangeDeleteEventArgs

Comments

To work with arguments of events that occur on adding ranges/rows/columns, use properties of the IReportRangeInsertEventArgs interface.

Properties

  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.

Properties inherited from IReportEventArgs

  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:

Report Assembly Interfaces