public canEditCell(row as Int, column as Int) as Boolean:
Reports whether a cell may enter inline edition.
Subclasses can reject generated, identity or otherwise protected columns without changing the generic TableView implementation.
if model.canEditCell(0, 1):
print("editable")