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 / Controles, páginas y ventanas / Funciones Procesador de texto
  • Handling a Table programmatically
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
Replaces the specified fragment with a table.
Sintaxis
<Result> = <Fragment>.InsertTable([<Number of columns> [, <Number of rows>]])
<Result>: Variable de tipo DocFragment
docFragment variable with the inserted fragment.
<Fragment>: Variable de tipo DocFragment
Name of the docFragment variable that corresponds to the fragment to handle. The current fragment content will be replaced with the created table.
<Number of columns>: Entero opcional
Number of columns in the table. This parameters corresponds to 1 by default.
<Number of rows>: Entero opcional
Number of rows in the table. This parameters corresponds to 1 by default.
Observaciones

Handling a Table programmatically

A table in a Word Processing document can be handled by the WLanguage functions for managing arrays.
For example:
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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