ReportColumnResizingEventArgs.Create

Syntax

Create(Report: IReportBox; Sheet: IPrxSheet; Column: Integer; ResizeType: TabRowColumnResizeType; Cancel: Boolean);

Parameters

Report. The component, for which the event is generated.

Sheet. The report page, for which the event is generated.

Column. The column, for which the event is generated.

ResizeType. The action that results in column resizing.

Cancel. Indicates whether column resizing is undone.

Description

The Create constructor creates an argument of the event that occurs at each visible change of table column's size.

See also:

ReportColumnResizingEventArgs