Skip to main content
A newer version of this page is available. .

XRPivotGrid.GetCellValue(Object[], Object[], XRPivotGridField) Method

Retrieves a cell value, identified by the specified data field, column and row field values.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public object GetCellValue(
    object[] columnValues,
    object[] rowValues,
    XRPivotGridField dataField
)

Parameters

Name Type Description
columnValues Object[]

An array of column field values that identify the column where the cell resides.

rowValues Object[]

An array of row field values that identify the row where the cell resides.

dataField XRPivotGridField

An XRPivotGridField that represents the data field, whose value is retrieved.

Returns

Type Description
Object

A value displayed in the specified cell.

See Also