returns dhtmlXCellObject object by id
myAcc.cells(id).setText("New Text"); // the same var cell = myAcc.cells(id); cell.setText("New Text");