Online Documentation for Advanced Data Export for RAD Studio VCL

TGetAggregateParamsEvent


Unit

QExport4XLS

 

type 

  TGetAggregateParamsEvent = procedure(Sender: TObject; Col: integer; Format: TxlsFormat; 

var FormatText, Value: string

of object;

 

Description

The OnGetAggregateParams event type. Parameter Col is the column number, Format contains the cell parameters. Use FormatText variable to set the format of the result numerical value. If parameter Value is empty, then you can set Value to any string value, e.g. 'Total:'.

 


See also:

OnGetAggregateParams event