We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
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