prependv
Description:
Creates and prepends a new row to the Model, setting the row values for
the given columns
upon creation.
Note:
Use ListModel instead
Parameters:
this |
a Model |
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 |