DataModel.appendColumn

Appends a column to the given data model. If successful, the position of the new column in the data model is set on col, and you can grab it using gda_field_attributes_get_position.

class DataModel
int
appendColumn

Parameters

attrs FieldAttributes

a GdaFieldAttributes describing the column to add.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta