SeqViewColumns.MoveLeft
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
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.