This example shows how to set value for a cell.
TextTables tables = document.getTables(); TextTable table = tables.item(1); TextTableCell cell = table.cell(2,1); cell.setValue(12.8);
Related information
Value property