PivotCustomDrawCellBaseEventArgs.GetCellValue Method
| Name | Parameters | Description |
|---|---|---|
| GetCellValue(PivotGridField) | dataField | Returns a cell value calculated for the current column and row field values, against the specified data field. |
| GetCellValue(Int32, Int32) | columnIndex, rowIndex | Returns a cell value by the column and row indexes. |
| GetCellValue(Object[], Object[], PivotGridField) | columnValues, rowValues, dataField | Returns a cell value calculated for the specified column and row field values, against the specified data field. |