|
|
|
|
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 MySave = SpreadsheetRestorePositionAndSelection(PSHEET_Spreadsheet1) // Displays the B1 cell in bold SpreadsheetSelectPlus(PSHEET_Spreadsheet, "B1") SpreadsheetStyleSelection(PSHEET_Spreadsheet, psheetBold, True) // Restores the position/selection SpreadsheetRestorePositionAndSelection(PSHEET_Spreadsheet1, MySave)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|