| Modifier and Type | Method and Description |
|---|---|
TableCell |
column(int column)
Creates a new table cell using the row index specified in
and the
column index specified as the argument in this method. |
public TableCell column(int column)
TableCell.row(int) and the
column index specified as the argument in this method.column - the column index of the table cell to create.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.