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.
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: 03/02/2023

Send a report | Local help