public setCell(row as Int, column as Int, value as String) as Boolean:
Updates a cell when the model is editable.
true when the value was written.
true
if model.setCell(0, 1, "Bob"): print("updated")