ElementTree makeHeaderCell(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 header cell and returns the cell. Apart from converting the cell to a header cell if it wasn't already, this is identical to getTableCell.