Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ITableView.SwapColumns

Declaration

public void SwapColumns(int columnIndex, int swappedColumnIndex);

Parameters

columnIndex Index of the column being swapped or dragged.
swappedColumnIndex Index of the column being swapped with the dragged column.

Description

Invoked when two columns are being swapped.