SequenceListConnection.GetColumnIndex
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.