Skip to main content

TcxPivotGridCrossCellSummary.GetSummaryByType(TcxPivotGridSummaryType) Method

Returns the summary value calculated using the specific summary function.

Declaration

function GetSummaryByType(AType: TcxPivotGridSummaryType): Variant;

Parameters

Name Type
AType TcxPivotGridSummaryType

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