DataModelHash.setNColumns

Sets the number of columns for rows inserted in this model. cols must be greater than or equal to 0. This function calls gda_data_model_hash_clear to free the existing rows if any.

class DataModelHash
void
setNColumns
(
int cols
)

Parameters

cols int

the number of columns for rows inserted in model.

Meta