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.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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