insert_value


Description:

public void insert_value (uint row, uint column, Value value)

Sets the data in the cell specified by iter and column.

Note:

Use ListModel instead

The type of value must be convertable to the type of the column. If the row does not exist then it is created.

Parameters:

this

a Model

row

position of the row to modify

column

column to modify

value

new value for the cell