appendv
Description:
public void appendv (
uint[] columns,
Value[] values)
Creates and appends a new row to the Model, setting the row values for the
given columns upon creation.
Parameters:
| this |
a Model
|
| columns |
a vector with the columns to set
|
| values |
a vector with the values
|
| n_columns |
the number of columns and values
|