Skip to main content

PivotCustomRowHeightEventArgs.GetRowCellValue(Int32) Method

Returns the specified row field value for the cell addressed by its zero-based index in the data area.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public object GetRowCellValue(
    int columnIndex
)

Parameters

Name Type Description
columnIndex Int32

An integer value that specifies a zero-based index of a row field cell in the data area.

Returns

Type Description
Object

The value of specified cell.

Remarks

Use the PivotCustomColumnWidthEventArgs.ColumnIndex property to determine the row field cell index.

See Also