TcxPivotGridGroupItem.GetCellByCrossItem(TcxPivotGridGroupItem) Method
Returns an instance of the cross cell identified by the grouping value’s cross-referencer.
Declaration
function GetCellByCrossItem(AItem: TcxPivotGridGroupItem): TcxPivotGridCrossCell; virtual;
Parameters
Name | Type |
---|---|
AItem | TcxPivotGridGroupItem |
Returns
Type |
---|
TcxPivotGridCrossCell |
Remarks
This method is only the interface for the TcxPivotGridGroupItem‘s subclasses.
The overridden methods of either the row grouping value (TcxPivotGridRowItem) or column grouping value (TcxPivotGridColumnItem) objects fetch an instance of the cross cell by specifying the current grouping value’s cross-referencer.
The AItem parameter specifies either the row grouping value (if the currently processed grouping value is in the column area) or column grouping value instance (if the currently processed grouping value is in the row area).
See Also