Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReorderDisplay(int, int)

Reorders the display of a column at the specified source index, to the destination index.
Read time 1 minuteLast updated 10 days ago

Definition

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.

Remarks

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