MultiColumnHeader.GetVisibleColumnIndex

Switch to Manual
public int GetVisibleColumnIndex (int columnIndex);

Parameters

columnIndexColumn index.

Returns

int Visible column index.

Description

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.