Back to Devexpress

TcxPivotGridCrossCellSummary.GetSummaryByType(TcxPivotGridSummaryType) Method

vcl-cxcustompivotgrid-dot-tcxpivotgridcrosscellsummary-dot-getsummarybytype-x28-cxcustompivotgrid-dot-tcxpivotgridsummarytype-x29.md

latest894 B
Original Source

TcxPivotGridCrossCellSummary.GetSummaryByType(TcxPivotGridSummaryType) Method

Returns the summary value calculated using the specific summary function.

Declaration

delphi
function GetSummaryByType(AType: TcxPivotGridSummaryType): Variant;

Parameters

NameType
ATypeTcxPivotGridSummaryType

Returns

Type
Variant

Remarks

Use this function to get the summary value calculated using the summary function whose type is specified by the AType parameter.

See Also

TcxPivotGridCrossCellSummary Class

TcxPivotGridCrossCellSummary Members

cxCustomPivotGrid Unit