Version: 2017.4
public int GetVisibleColumnIndex (int columnIndex);

パラメーター

columnIndexColumn index.

戻り値

int Visible column index.

説明

Convert from column index to visible column index.

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.