|
|
|
|
|
SpreadsheetSavePositionAndSelection (Function) In french: TableurSauvePositionEtSélection Saves: - the scrollbar position in a Spreadsheet control for the current worksheet,
- the current worksheet in the Spreadsheet control,
- the selected elements in the Spreadsheet control for the current worksheet.
let MaSauvegarde = SpreadsheetSavePositionAndSelection(TBLR_Tableur1)
SpreadsheetSelectPlus(TBLR_Tableur, "B1")
SpreadsheetStyleSelection(TBLR_Tableur, psheetBold, True)
SpreadsheetRestorePositionAndSelection(TBLR_Tableur1, MaSauvegarde)
Syntax
<Result> = SpreadsheetSavePositionAndSelection(<Spreadsheet control>)
<Result>: Character string <Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|