Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window
wiki:PublicApi/mSetCellContent

Back references:
PublicApi

mSetCellContent

parameterformatrequirementnotes
rowintegerrequiredtable row
columnintegerrequiredtable column
newValuewhatever the type of the cells content isrequirednew content for the cell
relativeboolean (integer)optional (default = false)whether the values for row and columns are treated absolute or relative (sorting or filtering may change the order)
recalcboolean (integer)optional (default = true)recalculate columns widths (time consuming as every cell in the column must be rendered)
tablenamestringoptional (default = tablelist[1])name of the table (only necessary if behavior hosts more than one table => 3-D sprite)

So "mSetCellContent" is the way to go. "It will take care of refreshing the cell and recalculating columns, if necessary", but:

Can I use it to add cells to an already built table?

How do I change other parameters, not just content? (and besides selection, hilight and enabled/disabled that have their own methods); for instance text format.