Need a special offer?Find out if your project fits.
+
All documentation
API reference
  • API Reference for older versions
  • getCell

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

    [starting from version: 1.4]

    Returns information about the cell by row and column indexes.

    Parameters

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

    Returns

    CellDataObject which contains information about the requested cell.

    Example

    flexmonster.getCell(1,1);

    Open the example on JSFiddle.

    See also

    getSelectedCell