ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Spreadsheet functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the list of worksheets found in a Spreadsheet control.
Example
ArrName is array of strings
SpreadName = SpreadsheetListWorksheet(PSHEET_Spreadsheet1) 
FOR EACH sWorksheetName OF SpreadName
	ListAdd(LIST_MyWorksheets, sWorksheetName)
END
Syntax
<Result> = SpreadsheetListWorksheet(<Spreadsheet control>)
<Result>: Array of strings
Array containing the name of each worksheet found in the Spreadsheet control.
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help