Back to Devexpress

PivotCustomDrawCellBaseEventArgs.GetCellValue Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawcellbaseeventargs-dot-getcellvalue.md

latest988 B
Original Source

PivotCustomDrawCellBaseEventArgs.GetCellValue Method

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