position is outside the range of columns.
TreeView.getColumn
gtk.tree_view_column.TreeViewColumn getColumn(int n)Gets the [gtk.tree_view_column.TreeViewColumn] at the given position in the #tree_view.
Parameters
n | The position of the column, counting from 0. |
Returns
The [gtk.tree_view_column.TreeViewColumn], or null if the
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead