TGetAggregateParamsEvent
See also
Unit
QExport3XLS
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:'.



