XRPivotGrid.GetCellValue(Int32, Int32) Method
Returns a value displayed in the specified cell.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnIndex | Int32 | A zero-based integer which identifies the visible index of the column. |
| rowIndex | Int32 | A zero-based integer which identifies the visible index of the row. |
Returns
| Type | Description |
|---|---|
| Object | A value displayed in the specified cell. |
See Also