Row.this

Creates a GdaRow which can hold count GdaValue.

  1. this(GdaRow* gdaRow)
  2. this(DataModel model, int count)
    class Row
  3. this(DataModel model, GList* values)

Parameters

model DataModel

the GdaDataModel this row belongs to.

count int

number of GdaValue in the new GdaRow.

Throws

ConstructionException GTK+ fails to create the object.

Meta