Am 27.09.2019 um 12:56 schrieb [email protected]:
> Hallo,
>
> danke für den Link, aber das betrifft Spreadsheet.
Hmpf; stimmt; sorry.
Sub ViewCursorPlazieren
i = 0
f = 3
g = 4
myDoc = thisComponent
myTables = myDoc.getTextTables()
myTable = myTables.getByIndex(i)
myCell = myTable.getCellByPosition(1 , f)
myController = myDoc.getCurrentController()
myCursor = myController.getViewCursor()
myCursor.gotoRange(myCell, false)
End Sub
funktioniert bei mir; im Writer.
Wolfgang
--
Donald Trump ist ein großer Visionär, der seiner Zeit weit voraus ist:
Er verbreitet schon jetzt den Slogan "make America great again", obwohl
dieser erst in der Ära /nach/ ihm seine volle Bedeutung entfalten wird.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]