getHTMLTableCellElementAt(int column) Returns the <td> or <th> element at the specified column.
Parameters: column - the column index of the cell element to search.
Returns the <td> or <th> element at the specified column.
Parameters: column - the column index of the cell element to search. the element in this position or null if some index is out of range. See Also:ItsNatTableHeaderUI.getElementAt(int) See Also: