TcxPivotGridCrossCellSummary.GetSummaryByType(TcxPivotGridSummaryType) Method
In This Article
Returns the summary value calculated using the specific summary function.
#Declaration
Delphi
function GetSummaryByType(AType: TcxPivotGridSummaryType): Variant;
#Parameters
Name | Type |
---|---|
AType | Tcx |
#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