SequenceListConnection.GetColumnIndex
- Updated2024-10-09
- 1 minute(s) read
SequenceListConnection.GetColumnIndex
Syntax
SequenceListConnection.GetColumnIndex( column)
Return Value
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.