IReportRangeInsertEventArgs

Assembly: Report;

Description

The IReportRangeInsertEventArgs interface is used to work with arguments of the events that occur on adding ranges/rows/columns.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportRangeInsertEventArgs

Comments

To work with arguments of the events that occur on removing ranges/rows/columns, use properties of the IReportRangeDeleteEventArgs 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 adding 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