TreeView.getColumn

gtk.tree_view_column.TreeViewColumn getColumn(int n) nothrow

Gets the #GtkTreeViewColumn at the given position in the #tree_view.

Parameters

nThe position of the column, counting from 0.

Returns

The #GtkTreeViewColumn, or null if the

position is outside the range of columns.