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

PivotCustomColumnWidthEventArgs.GetColumnCellValue(Int32) Method

Returns the specified column 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 GetColumnCellValue(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

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

Returns

Type Description
Object

The value of the specified cell.

Remarks

Use the PivotCustomRowHeightEventArgs.RowIndex property to determine the column field cell index.

See Also