Check documentation for the latest version of dhtmlxSuite setText DHTMLX Docs

setText

sets cell's text

void setText(type text);
texttypenew text

Example

myAcc.cells(id).setText("New Text");

Back to top