EMS logo

Products Navigation

Advanced Data Export VCL

Our Partnership Status

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export VCL

On-line Documentation

TQExport4XLS.OnAfterExportSheet

 

TQExport4XLS


 

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.