insert_column


Description:

public void insert_column (uint position, ColumnViewColumn column)

Inserts a column at the given position in the columns of this.

If column is already a column of this, it will be repositioned.

Parameters:

this

a columnview

position

the position to insert column at

column

the column to insert