ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Spreadsheet functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help