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

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

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

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.

Returns

Type Description
Object

A value displayed in the specified cell.

See Also