ElementTree makeDataCell(ElementTree tsect, Int row, Int col)
Arguments
tsect: The table header, footer or body sectionrow: The row to retrieve from (starting at 0)col: The column to retrieve from (starting at 0)
Usage
Makes a table cell a data cell and returns the cell. Apart from converting the cell to a data cell if it wasn't already, this is identical to getTableCell. All cells are data cells by default, unless created with initialiseTable (or lazyTable, though of course those cells are not retrievable with this function) in the header section.