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 SaaS
Android This function is now available for Android applications.
Android Widget This function is now available in Android widget mode.
iPhone/iPad This function is now available for iPhone/iPad applications.
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: wd300xls.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/06/2024

Send a report | Local help