ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / XLS file 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
xlsCoordinatesToName (Function)
In french: xlsCoordonnéesVersNom
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
New in version 2024
WINDEVLinux This function is now available for WINDEV applications in Linux.
Windows This function is now available for WEBDEV websites in Windows.
Linux This function is now available for WEBDEV websites in Linux.
Example
CellName is string = xlsCoordinatesToName(1,1)
Syntax
<Result> = xlsCoordinatesToName(<Column> , <Row>)
<Result>: Character string
Cell name. This name has the following type: "A1".
<Column>: Integer
Number of the column identifying the cell.
<Row>: Integer
Number of the row identifying the cell.
Business / UI classification: Business Logic
Component: wd290xls.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/28/2024

Send a report | Local help