Skip to main content

PivotFieldStateChangedEventArgs.GetCellValue(Int32, Int32) Method

Returns the specified cell’s value.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetCellValue(
    int columnIndex,
    int rowIndex
)

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.

GetFieldValue

See Also