Back to Devexpress

PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetCellValue Method

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-getcellvalue.md

latest853 B
Original Source

PivotCellEventArgsBase<TField, TData, TCustomTotal>.GetCellValue Method

NameParametersDescription
GetCellValue(TField)dataFieldReturns a cell value calculated against the specified data field.
GetCellValue(Int32, Int32)columnIndex, rowIndexReturns a cell value by the column and row indexes.
GetCellValue(Object[], Object[], TField)columnValues, rowValues, dataFieldReturns a cell value calculated for the specified column and row field values, against the specified data field.