new_with_g_types_v
Description:
[
Version ( since =
"4.2.6" ) ]
public static DataModel new_with_g_types_v (
int cols,
Type[] types)
Creates a new DataModel object with the column types as specified.
Parameters:
cols |
number of columns for rows in this data model.
|
types |
array of types of the columns of the model to create as Type, as many as
indicated by cols
|
Returns:
a pointer to the newly created DataModel.
|