TGetHeaderFooterParamsEvent
See also
Unit
QExport3XLS
type
TGetHeaderFooterParamsEvent = procedure(Sender: TObject; Col, Row: integer; Format: TxlsFormat; var S: string); of object;
Description
The TGetHeaderFooterParamsEvent type is used in OnGetBeforeDataParams, OnGetFooterParams and OnGetHeaderParams events. Parameters Col and Row indicate the cell position, and Format contains the cell parameters. Use variable S to set the string value to the cell.



