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 Hoja de cálculo
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
Inserts an empty row into a Spreadsheet control found in a window.
Ejemplo
// Inserts several rowsFOR I = 2 TO 5
SpreadsheetInsertRow(PSHEET_Spreadsheet, I)
END
Sintaxis
SpreadsheetInsertRow(<Spreadsheet control> [, <Row>])
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
<Row>: Optional integer
Number of the row before which the new row will be inserted. For example, if this parameter is set to 2, the new row will be inserted at position 2. The existing rows will be moved to the bottom and the formulas will be updated.
If this parameter is not specified and if a row is selected in the control, the insertion will be performed before the selected row. Otherwise (no selected row), the function has no effect.
Observaciones
  • The insertion operation is added to the list of operations to be undone: the user can undo this operation via the context menu or by pressing Ctrl + Z.
  • This function can only be used on a Spreadsheet control found in a window.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 20
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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