public beginEdit(row as Int, column as Int) as Boolean:
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)