TPageEventArgs.Create Constructor
Creates a new Argument.
Syntax
Unit: FlexCel.Render
constructor TPageEventArgs.Create(const aPdfExport: TObject; const aWorkbook: TExcelFile; const aCurrentSheet: Integer; const aPdfWriter: TPdfWriter; const aCurrentPage: Integer; const aCurrentPageInSheet: Integer);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | aPdfExport | TObject | The PdfExport component which is doing the export. |
const | aWorkbook | TExcelFile | Excel file that is being exported. |
const | aCurrentSheet | Integer | Sheet that we are currently exporting. |
const | aPdfWriter | TPdfWriter | The file we are processing. |
const | aCurrentPage | Integer | The page that is being generated. |
const | aCurrentPageInSheet | Integer | The page in the current sheet that is being generated. |