klyn.gui.windows.TableView.beginEdit
method
public beginEdit(row as Int, column as Int) as Boolean:
Description

Starts inline edition of an editable cell.

Double-clicking an editable cell and pressing F2 on the current cell call this method automatically.

table.beginEdit(0, 1)