Hello,
I can write like this in StarBasic, but the behavior is a bit strange.
SelectionOverlay doesn't seem to be updated.
REM * BASIC *
Option Explicit
Sub Main
Dim selectionsupplier
selectionsupplier = ThisComponent.getCurrentController()
selectionsupplier.select(ThisComponent.get
Hello Team,
I am a novice LibreOffice Addin developer.
In LibreOffice calc , I get the selected cell from XModel
as xModel.getCurrentSelection(); but i couldn't see a way to set a cell as
selected cell.
I want to know how I can select a cell using code.( preferably Java).
Please advise
--
Best