Version: 2020.1
언어: 한국어

MultiColumnHeader.GetVisibleColumnIndex

매뉴얼로 전환
public int GetVisibleColumnIndex (int columnIndex);

파라미터

columnIndex Column 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.