Online Documentation for Advanced Data Export for RAD Studio VCL

TxlsFieldFormat.Aggregate

 

TxlsFieldFormat                


property Aggregate: TxlsAggregate;

 

Description

Use Aggregate to add an aggregate function to the cell below the column. The following values are available:

aggNone - no function

aggSum - sum of the column values

aggAvg - average column value

aggMin - minimum value of the column

aggMax - maximum value of the column

 

The default value is aggNone.