CellValue returns a TableValue corresponding to the model cell at (row, column). The type of the returned TableValue must match column's value type. Under some circumstances, nil may be returned; refer to the various methods that add columns to Table for details.
(m *TableModel, row, column int)
| 125 | // nil may be returned; refer to the various methods that add |
| 126 | // columns to Table for details. |
| 127 | CellValue(m *TableModel, row, column int) TableValue |
| 128 | |
| 129 | // SetCellValue changes the model cell value at (row, column) |
| 130 | // in the TableModel. Within this function, either do nothing |
no outgoing calls
no test coverage detected