getCell(rowIdx: Number, colIdx: Number): CellDataObject
[starting from version: 1.4]
Returns information about the cell by row and column indexes.
CellDataObject which contains information about the requested cell.
pivot.getCell(1,1);
Open the example on JSFiddle.