SeqViewColumns.MoveLeft
- Updated2025-07-21
- 1 minute(s) read
SeqViewColumns.MoveLeft
Syntax
SeqViewColumns.MoveLeft( itemIdx)
Purpose
Moves a specific column one position to the left towards the beginning of the collection. For example, call Control.Columns.MoveLeft(1) to switch the first and second columns.
Parameters
itemIdx As Long
[In] Specifies the zero-based index of the column to move in the collection.