|
|
|
|
|
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 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|