Online Documentation for Advanced Data Export for RAD Studio VCL

TGetCaptionParamsEvent


Unit

QExport4XLS

 

type

  TGetCaptionParamsEvent = procedure(Sender: TObject; Col: integer; Format: TxlsFormat; var Caption: string) of object;

 

Description

The OnGetCaptionParams event type. Parameter Col is the column number, Format contains the cell parameters. Use variable Caption to edit the cell value.

 


See also:

OnGetCaptionParams event