PivotCustomRowHeightEventArgs.GetRowCellValue(Int32) Method
In This Article
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.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
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