insertv
Description:
Inserts data at row
into the Model, setting the row values
for the given columns
upon creation.
Note:
Use ListModel instead
Parameters:
this |
a Model |
row |
row index |
columns |
a vector containing the columns to set |
values |
a vector containing the values for the cells |
n_columns |
the number of columns and values to set |