☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

getCell

getCell(rowIdx: Number, colIdx: Number): CellDataObject

[starting from version: 1.4]

Returns information about the cell by row and column indexes.

Parameters

Parameter/TypeDescription
rowIdx
Number
The index of the row.
colIdx
Number
The index of the column.

Returns

CellDataObject which contains information about the requested cell.

Example

pivot.getCell(1,1);

Open the example on JSFiddle.

See also

getSelectedCell