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

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

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