Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridCrossCellSummary.GetPrevCell(TcxPivotGridCrossCellSummary) Method

Returns the object that contains the summary values calculated for the cell in the column that precedes the column of a particular cell and corresponds to the same field.

#Declaration

Delphi

#Parameters

Name Type
APrevCell TcxPivotGridCrossCellSummary

#Returns

Type
TcxPivotGridCrossCellSummary

#Remarks

Call this function to get the object that contains the summary values calculated for the cell in the column that precedes the column of the cell which is referenced by the APrevCell parameter and corresponds to the same field as specified by the DataField property.

The GetPrevCell function returns nil when the column of the cell referenced by the APrevCell parameter has no preceding columns that correspond to the same field.

See Also