von ykcim » Mi, 19.11.2008 13:44
Hallo,
es geht direkt in die Zelle (ohne markieren) mit:
Code: Alles auswählen
odoc=thiscomponent
myTables = oDoc.getTextTables
myTable=myTables.getByName("Tabelle1")
x=myTable.getCellByPosition(0 , 1)
myViewCursor=oDoc.GetCurrentController.ViewCursor
myViewCursor.gotoRange(x,false)
mfg
Michael
Hallo,
es geht direkt in die Zelle (ohne markieren) mit:
[code]
odoc=thiscomponent
myTables = oDoc.getTextTables
myTable=myTables.getByName("Tabelle1")
x=myTable.getCellByPosition(0 , 1)
myViewCursor=oDoc.GetCurrentController.ViewCursor
myViewCursor.gotoRange(x,false)
[/code]
mfg
Michael