Gtk.TreeView.prototype.get_column

function get_column(n:Number):Gtk.TreeViewColumn {
    // Gjs wrapper for gtk_tree_view_get_column()
}

Gets the Gtk.TreeViewColumn at the given position in the #tree_view.

n

The position of the column, counting from 0.

Returns

The Gtk.TreeViewColumn, or null if the position is outside the range of columns.