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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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