Set text to a control cell.

Call:

ts_diaolgcontrol(iDialogcontrolDescr, "SetTabItemText", int item, int tabpos, string text);


Here:

item - table row (index from 1), tabpos - table column (index from 1), text - new text value from this cell.