Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IReportRangeInsertEventArgs interface is used to work with arguments of the events that occur on adding ranges/rows/columns.
IReportRangeInsertEventArgs
To work with arguments of the events that occur on removing ranges/rows/columns, use properties of the IReportRangeDeleteEventArgs interface.
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. |
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: