public cell(row as Int, column as Int) as String:
Returns a cell value or an empty string when the coordinates are invalid.
text = model.cell(0, 1)