Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4XLS.OnAdvancedGetExportText
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 TQExport4 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.
See also:
OnAdvancedExportedRecord event