SequenceListConnection.GetColumnIndex

Syntax

SequenceListConnection.GetColumnIndex( column)

Return Value

Long

Purpose

When the specified column is visible, this method returns the index of the column within the ListBoxColumns collection. Otherwise, this method returns -1 .

Remarks

Use this index in the ListBoxColumns.Item property to return the ListBoxColumn for a specific column.

Parameters

column As SeqListConnectionColumns

[In] Specifies the column to select.

See Also

ListBox.ColumnSet

ListBoxColumn

ListBoxColumns

ListBoxColumns.Item

SequenceListConnection.GetColumnVisible