This version of Unity is unsupported.

Columns.ReorderDisplay

Declaration

public void ReorderDisplay(int from, int to);

Parameters

from The display index of the column to move.
to The display index where the column will be moved to.

Description

Reorders the display of a column at the specified source index, to the destination index.

This does not change the order in the original columns data, only in columns being displayed.