Get the number of rows that have been added to the table. @return the number of rows added.
()
| 186 | * @return the number of rows added. |
| 187 | */ |
| 188 | public int numRows() { |
| 189 | return mTableContents.size(); |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Reset the table so it can be used to format a new set of rows |