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