setObject(row,col,value)

Sets the contents of an editable table cell to the specified value.

Parameter

row row index of cell to modify

col column index of cell to modify

value value to be placed into cell

Example

// Insert text “Robert” into third row, fourth column:

TableView1.setObject(2,3,'Robert');

See Also

Table Properties: Advanced Tab, in Dashboard Design, for information on how to make a table editable.

Accessing the Most Recent User Modification, to retrieve the most recent modified object.

Accessing User Input in Script, for information about selectedObject.

<< setHyperlink(row, col, hyperlink) © 1996-2013 InetSoft Technology Corporation (v11.4) setPresenter(row,col,presenter) >>