|
|
|
|
|
SpreadsheetListWorksheet (Function) In french: TableurListeFeuille Returns the list of worksheets found in a Spreadsheet control. ArrName is array of strings
SpreadName = SpreadsheetListWorksheet(PSHEET_Spreadsheet1)
FOR EACH sWorksheetName OF SpreadName
ListAdd(LIST_MyWorksheets, sWorksheetName)
END
Syntax
<Result> = SpreadsheetListWorksheet(<Spreadsheet control>)
<Result>: Array of strings Array containing the name of each worksheet found in the Spreadsheet control. <Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|