Form1 Form1 0 0 629 313 Table Demo 0 1 0 1 2 3 4 Table 10 10 400 240 AutoOneFit 5 2 Layout3 470 10 135 160 unnamed 0 6 AddRowButton Add row @Table.insertRow(@Table.currentRow, 1) AddColButton Add column @Table.insertColumn(@Table.currentColumn, 1) ExecButton5 Remove row @Table.removeRow(@Table.currentRow, 1) ExecButton6 Remove Column @Table.removeColumn(@Table.currentColumn, 1) Spacer1 Vertical Expanding 0 30 Layout4 20 270 585 28 unnamed 0 6 GetButton Get text @CellText.setText(@Table.cellText(@Table.currentRow, @Table.currentColumn)) CellText SetButton Set text @Table.setCellText(@Table.currentRow, @Table.currentColumn, @CellText.text) ColumnCaptionButton Set column name @Table.setColumnCaption(@Table.currentColumn, @CellText.text) RowCaptionButton Set row name @Table.setRowCaption(@Table.currentRow, @CellText.text)