Skip to main content

XRPivotGrid.GetCellValue(Int32, Int32) Method

Returns a value displayed in the specified cell.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object GetCellValue(
    int columnIndex,
    int rowIndex
)

Parameters

Name Type Description
columnIndex Int32

A zero-based integer which identifies the visible index of the column.

rowIndex Int32

A zero-based integer which identifies the visible index of the row.

Returns

Type Description
Object

A value displayed in the specified cell.

See Also