SeqViewColumns.MoveRight
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.