Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4XLS.OnAfterExportSheet
type
TxlsExportSheetEvent = procedure(Sender: TObject; SheetIndex: integer) of object;
property OnAfterExportSheet: TxlsExportSheetEvent;
Description
The OnAfterExportSheet event takes place after the sheet export. Depending on the sheet number you can change the sheet parameters. See demo application to learn more about this event.