DataModelArray.setNColumns

Sets the number of columns for rows inserted in this model. cols must be greated than or equal to 0.

class DataModelArray
void
setNColumns
(
int cols
)

Parameters

cols int

number of columns for rows this data model should use.

Meta