klyn.gui.windows.TableModel.setCell
method
public setCell(row as Int, column as Int, value as String) as Boolean:
Description

Updates a cell when the model is editable.

Returns

true when the value was written.

Example
if model.setCell(0, 1, "Bob"):
print("updated")