Check documentation for the latest version of dhtmlxSuite cellByIndex DHTMLX Docs

cellByIndex

gets dhtmlXGridCellObject object

void cellByIndex(number row_ind,number col_ind);
row_indnumberrow index
col_indnumbercolumn index

Example

var cellObj = myGrid.cellByIndex(row_ind, col_ind);

Back to top