@webref table:method @brief Removes all rows from a table @see Table#addRow() @see Table#removeRow(int)
()
| 2275 | * @see Table#removeRow(int) |
| 2276 | */ |
| 2277 | public void clearRows() { |
| 2278 | setRowCount(0); |
| 2279 | } |
| 2280 | |
| 2281 | |
| 2282 | public void setRowCount(int newCount) { |
no test coverage detected