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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
Ejemplo
// Browse the wooksheets found in PSHEET_MySpreadsheet
FOR I = 1 TO PSHEET_MySpreadsheet.NbWorksheet
	PSHEET_MySpreadsheet.CurrentWorksheet = I
	PSHEET_MySpreadsheet["A1"] = "On the worksheet " + I
END
Sintaxis
<Result> = <Spreadsheet control>.NbWorksheet
<Result>: Integer
Number of worksheets found in the Spreadsheet control.
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Observaciones
  • To manage more than one spreadsheet, the Spreadsheet control field must allow multiple spreadsheets to be managed:
    • In the editor: In the "Detail" tab of the control description window, check the "Allow multiple worksheets" option..
    • Use the MultiWorksheet property.
  • Sheets can be created:
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: 10/05/2025

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