set_value
Description:
public virtual void set_value (
uint column,
Value value)
Sets the data in the cell specified by this and column.
The type of value must be convertable to the type of the column.
Parameters:
| this |
a ModelIter
|
| column |
column number to retrieve the value from
|
| value |
new value for the cell
|