4.4.1.1 SpriptTable

class ScriptTable( name = None, **flags)

GetCell( row, column)
Default callback.

CellChanged( row, column, value)
Default callback.

InsertRow( row)
Insert an empty row before the specified row.

DeleteRow( row)
Delete the specified row. The row number is 1-based.

ClearRow( row)
Clear the contents for all the cells on the specified row.

ClearTable( )
Clears the contents of all the cells in the table.