PivotGridCellTemplateItem.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(Object[], Object[], PivotGridField) | columnValues, rowValues, dataField | Returns a cell value calculated for the specified column and row field values, against the specified data field. |