- Added column access using array notation. Calls like
t.column("xyz").setValueAt(0,3) are a bit lengthy, especially compared with
the now-deprecated t.setCell("xyz",0,3). Adding the shorthand notation
t["xyz"].setValueAt(0,3) will hopefully make the move towards the
column-as-objects paradigm less painfull.