ReportRangeInsertEventArgs

Assembly: Report;

Namespace: Prognoz.Platform.Interop.Report;

Description

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

Comments

To work with arguments of the events that occur on removing ranges/rows/columns, use the ReportRangeDeleteEventArgs class.

Fore.NET Syntax

Class to get analog of the ReportRangeInsertEventArgs class:

None;

Class to get analog of the ReportRangeInsertEventArgs class object:

ReportRangeInsertEventArgsClass;

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event that occurs on removing ranges/rows/columns.

Properties inherited from IReportRangeInsertEventArgs

  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.

See also:

Report Assembly Classes