|
|
|
|
|
<Spreadsheet>.SavePositionAndSelection (Function) In french: <Tableur>.SauvePositionEtSé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 = TBLR_Tableur1.SauvePositionEtSélection()
TBLR_Tableur.SelectPlus("B1")
TBLR_Tableur.StyleSélection(psheetBold, True)
TBLR_Tableur1.RestaurePositionEtSélection(MaSauvegarde)
Syntax
<Result> = <Spreadsheet control>.SavePositionAndSelection()
<Result>: Character string <Spreadsheet control>: Control name Name of the Spreadsheet control to be used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|