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

Returns a cell value or an empty string when the coordinates are invalid.

text = model.cell(0, 1)