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

PivotCustomColumnWidthEventArgs.GetColumnCellValue(Int32) Method

Returns a cell value calculated for the specified row field value, against the specified data field.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public object GetColumnCellValue(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

A zero-based integer value that specifies the index of a row where the cell resides.

Returns

Type Description
Object

A value displayed in the specified cell.

Remarks

The PivotCustomColumnWidthEventArgs.ColumnIndex property allows you to identify the currently processed column.

See Also