XRPivotGrid.GetCellValue Method
Name | Parameters | Description |
---|---|---|
GetCellValue(Int32, Int32) | columnIndex, rowIndex | Returns a value displayed in the specified cell. |
GetCellValue(Object[], Object[], XRPivotGridField) | columnValues, rowValues, dataField | Retrieves a cell value, identified by the specified data field, column and row field values. |
GetCellValue(Object[], Object[]) | columnValues, rowValues | Retrieves a cell value, identified by the specified column and row field values. |