Skip to main content

PivotFieldValueEventArgsBase<T>.GetCellValue(Int32, Int32) Method

Returns a value displayed in the specified cell.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public object GetCellValue(
    int columnIndex,
    int rowIndex
)

Parameters

Name Type Description
columnIndex Int32

A zero-based integer value that specifies the column index where the cell resides.

rowIndex Int32

A zero-based integer value that specifies the row index where the cell resides.

Returns

Type Description
Object

A value displayed in the specified cell.

See Also