EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

TQExport3XLS.OnAdvancedGetExportText

TQExport3XLS      See also



type 
  
TxlsGetExportTextEvent = procedure(Sender: TObject; Sheet, ColNo: integer; var Text: string) of object;

property OnAdvancedGetExportText: TxlsGetExportTextEvent;

Description
The OnAdvancedGetExportText event is the expanded analogue of the OnGetExportText
event of the TQExport3 class. The only difference in these events is the Sheet parameter, which defines the result Excel sheet to apply the formatting to.

Note: the OnAdvancedGetExportText event takes place AFTER the OnGetExportText event.