Back to Devexpress

PivotGridControl.GetCellValue Method

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

latest902 B
Original Source

PivotGridControl.GetCellValue Method

NameParametersDescription
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.
GetCellValue(Object[], Object[])columnValues, rowValuesReturns a cell value calculated for the specified column and row field values.