Gets a particular table cell from the collection.
public TableCell GetItem();
Public Function GetItem() As TableCell
public TableCell GetItem(int row, int column);
Public Function GetItem(ByVal row As Integer, ByVal column As Integer) As TableCell
Parameter | Description |
---|---|
row | Specifies the row number. It must be between 1 and the value returned through the Table |
column | Specifies the column number. It must be between 1 and the value returned through the Table |
The return value is the requested cell.