ASPxPivotGrid.GetCellValue Method
Name | Parameters | Description |
---|---|---|
GetCellValue(Int32, Int32) | columnIndex, rowIndex | Returns the value displayed in the specified cell. |
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. |