getHTMLTableCellElementAt(int row, int column) Returns the <td> element at the specified row and column.
Parameters: row - the row index of the cell element to search. Parameters: column - the column index of the cell element to search.
Returns the <td> element at the specified row and column.
Parameters: row - the row index of the cell element to search. 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:ItsNatTableUI.getCellElementAt(intint) See Also:
Returns the <td> elements of the specified column as an array.
Parameters: column - the column index. the cell element array or null if index is out of range. See Also:ItsNatTableUI.getCellElementsOfColumn(int) See Also:
Returns the <td> elements of the specified row as an array.
Parameters: row - the row index. the cell element array or null if index is out of range. See Also:ItsNatTableUI.getCellElementsOfRow(int) See Also:
Returns the <row> element at the specified index.
Parameters: row - index of the row element to search. the row element in this position or null if index is out of range. See Also:ItsNatTableUI.getRowElementAt(int) See Also: