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
Lists the images found in the current worksheet of a Spreadsheet control.
Example
// Deletes all images
Id is string
FOR EACH Id OF SpreadsheetListImage(PSHEET_Spreadsheet)
// Delete the image
SpreadsheetDeleteImage(PSHEET_Spreadsheet, Id)
END
Syntax
<Result> = SpreadsheetListImage(<Spreadsheet control>)
<Result>: Array
Array of character strings containing the identifiers of images found in the Spreadsheet control. This identifier can be used in SpreadsheetDeleteImage.
<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