DataModelHash.insertRow

Inserts a row in the model.

class DataModelHash
void
insertRow
(
int rownum
,)

Parameters

rownum int

the number of the row.

row Row

the row to insert. The model is responsible of freeing it!

Meta