public int GetVisibleColumnIndex (int columnIndex);

Parámetros

columnIndexColumn index.

Valor de retorno

int Visible column index.

Descripción

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.