SeqViewColumns.MoveRight
- Updated2025-07-21
- 1 minute(s) read
SeqViewColumns.MoveRight
Syntax
SeqViewColumns.MoveRight( itemIdx)
Purpose
Moves a specific column one position to the right towards the end of the collection. For example, call Control.Columns.MoveRight(0) 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.