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

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public object GetRowCellValue(
    int columnIndex
)

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