AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de colas, pilas, listas y arrays / Funciones de arrays
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
Sintaxis

Moving a column in an array property of an advanced type Ocultar los detalles

MoveColumn(<WLanguage array> , <Start index> , <Destination index> [, <amMove>])
<WLanguage array>: Array
Name of the Array variable to use. This array must be a two-dimensional array.
<Start index>: Integer
Index of the column to move.
<Destination index>: Integer
New index of the column that was moved.
<amMove>: Optional constant
tdDéplace: Constant used to move a column in an array..

Swapping two columns in an array property of an advanced type Ocultar los detalles

MoveColumn(<WLanguage array> , <Index of 1st column> , <Index of 2nd column> , <amSwap>)
<WLanguage array>: Array
Name of the Array variable to use. This array must be a two-dimensional array.
<Index of 1st column>: Integer
Index of the first column to swap.
<Index of 2nd column>: Integer
Index of the second column to swap.
<amSwap>: Constant
tdEchange Constant for exchanging two columns in an array.
Componente: wd300vm.dll
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/03/2025

Señalar un error o enviar una sugerencia | Ayuda local