Back to Devexpress

PivotCellBaseEventArgs.GetCellValue(Int32, Int32) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-getcellvalue-x28-system-dot-int32-system-dot-int32-x29.md

latest2.0 KB
Original Source

PivotCellBaseEventArgs.GetCellValue(Int32, Int32) Method

Returns a cell value by the column and row indexes.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public object GetCellValue(
    int columnIndex,
    int rowIndex
)
vb
Public Function GetCellValue(
    columnIndex As Integer,
    rowIndex As Integer
) As Object

Parameters

NameTypeDescription
columnIndexInt32

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

| | rowIndex | Int32 |

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

|

Returns

TypeDescription
Object

A value displayed in the specified cell.

|

Remarks

The PivotCellBaseEventArgs.ColumnIndex and PivotCellBaseEventArgs.RowIndex properties allow you to identify the currently processed cell.

See Also

ColumnIndex

RowIndex

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace