Sets the types of the columns inside a Model.
Use ListModel instead
This function is meant primarily for Objects that inherit from Model, and should only be used when contructing a Model. It will not work after the initial creation of the Model.
| this |
a Model |
| types |
an array of Type types |
| n_columns |
number of columns for the model |