NumRows returns the number or rows in the TableModel. This value must be non-negative.
(m *TableModel)
| 118 | // NumRows returns the number or rows in the TableModel. |
| 119 | // This value must be non-negative. |
| 120 | NumRows(m *TableModel) int |
| 121 | |
| 122 | // CellValue returns a TableValue corresponding to the model |
| 123 | // cell at (row, column). The type of the returned TableValue |
no outgoing calls
no test coverage detected