SequenceListConnection.SetColumnVisible
- Updated2025-07-21
- 1 minute(s) read
SequenceListConnection.SetColumnVisible
Syntax
SequenceListConnection.SetColumnVisible( column, val)
Purpose
Specifies whether the column is visible.
Remarks
You cannot hide the SeqListConnectionColumn_Label column.
Parameters
column As SeqListConnectionColumns
[In] Specifies the column to select.
val As Boolean
[In] Pass False to hide the column. Otherwise, the column is visible.