Skip to main content

PivotDrillDownDataSource.GetValue(Int32, Int32) Method

Returns the value of the specified data field in the specified row.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public abstract object GetValue(
    int rowIndex,
    int columnIndex
)

Parameters

Name Type Description
rowIndex Int32

A zero-based integer that identifies the data row.

columnIndex Int32

A zero-based integer that identifies the data column.

Returns

Type Description
Object

An object that represents the value of the specified data field in the specified row.

See Also