PivotFieldStateChangedEventArgs.GetCellValue(Int32, Int32) Method
Returns the specified cell’s value.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnIndex | Int32 | An integer value that identifies the column that contains the cell. |
rowIndex | Int32 | An integer value that identifies the absolute index of the row that owns the cell. To obtain the absolute row index by its index within the current page, use the ASPxPivotGrid.GetAbsoluteRowIndex method. |
Returns
Type | Description |
---|---|
Object | An object that represents the specified cell’s value. |
Remarks
The following image shows cell indexes that numerate rows and columns.