PivotCustomRowHeightEventArgs.GetRowCellValue(Int32) Method
Returns a cell value calculated for the specified column field value, against the specified data field.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnIndex | Int32 | A zero-based integer value that specifies the index of a column where the cell resides. |
Returns
| Type | Description |
|---|---|
| Object | A value displayed in the specified cell. |
Remarks
The PivotCustomRowHeightEventArgs.RowIndex property allows you to identify the currently processed row.
See Also