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.




