DHTMLX Docs & Samples Explorer

cells2(row_index, col)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

gets dhtmlXGridCellObject object

  • row_index - row index
  • col - column index

Returns dhtmlXGridCellObject object

   var cellObj = grid.cells2(row_index, col);

See also: cellById, cellByIndex, cells