Returns the total number of rows in a Table . @webref table:method @webBrief Returns the total number of rows in a Table @see Table#getColumnCount()
()
| 2292 | * @see Table#getColumnCount() |
| 2293 | */ |
| 2294 | public int getRowCount() { |
| 2295 | return rowCount; |
| 2296 | } |
| 2297 | |
| 2298 | |
| 2299 | public int lastRowIndex() { |
no outgoing calls
no test coverage detected