Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetVisibleColumnIndex(int)

Convert from column index to visible column index.
Read time 1 minuteLast updated 10 days ago

Definition

public int GetVisibleColumnIndex(int columnIndex)

Parameters

columnIndex

Column index.

Returns

Type

Description

intVisible column index.

Remarks

Columns can be hidden so to get the visible column index from a column index use this method. The 'column index' refers to the index into the MultiColumnHeaderState.columns array. The 'visible column index' refers to the currently visible columns shown in the MultiColumnHeader MultiColumnHeaderState.visibleColumns.