@webref table:method @brief Gets the number of rows in a table @see Table#getColumnCount()
()
| 2259 | * @see Table#getColumnCount() |
| 2260 | */ |
| 2261 | public int getRowCount() { |
| 2262 | return rowCount; |
| 2263 | } |
| 2264 | |
| 2265 | |
| 2266 | public int lastRowIndex() { |
no outgoing calls
no test coverage detected