Back to Devexpress

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

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldvalueeventargsbase-1-dot-getcellvalue-x28-system-dot-int32-system-dot-int32-x29.md

latest1.8 KB
Original Source

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

Returns a value displayed in the specified cell.

Namespace : DevExpress.XtraPivotGrid

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

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

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 column index where the cell resides.

| | rowIndex | Int32 |

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

|

Returns

TypeDescription
Object

A value displayed in the specified cell.

|

See Also

PivotFieldValueEventArgsBase<T> Class

PivotFieldValueEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace