|
|
|
|
|
SpreadsheetGetSelection (Function) In french: TableurRécupèreSélection Retrieves the list of selected cells in a Spreadsheet control found in a window.
Total is int
FOR EACH sCellName OF SpreadsheetGetSelection(PSHEET_Spreadsheet)
Total += PSHEET_Spreadsheet[sCellName]
END
Syntax
<Result> = SpreadsheetGetSelection(<Spreadsheet control>)
<Result>: Array of strings - Array of strings containing the name of the selected cells in the Spreadsheet control.
- Empty string ("") if no cell is selected.
<Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|