Online Documentation for Advanced Data Export for RAD Studio VCL

TGetHeaderFooterParamsEvent


Unit

QExport4XLS

 

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.

 


See also:

OnGetBeforeDataParams event

OnGetFooterParams event

OnGetHeaderParams event