Am 26.09.2019 um 12:13 schrieb technik_...@jrsch.de:
> Hallo,
> 
> ich habe ein Textdokument mit mehreren Tabellen und ich habe bei 
> Dannenhöfer gelesen.:-)
> 
> Ich will
> 
> 1. dass der Cursor zu einer Zelle springt:
> 
> ...
> myTable=myTables.getByIndex(i)
> x=myTable.getCellByPosition(1 , f)
>    myViewCursor.gotoRange(x,false)
> ...
> 
> funktioniert nicht. 

| myDoc = thisComponent
| myDispatcher = myDoc.CurrentController
| myTable = myDoc.sheets(0)
| myCell = myTable.getCellByPosition(1, f)
| myDispatcher.Select(myCell)


> 2. Den Text in der Zelle Fett formatieren
> 
> ??? Ich habe rumprobiert aber habe keine Ahnung wie das gehen kann.
> 
> Ich bitte um einen Tipp oder einen Link auf eine entsprechede Seite.

https://wiki.openoffice.org/wiki/Documentation/BASIC_Guide/Formatting_Spreadsheet_Documents
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: users-de-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-de-h...@openoffice.apache.org

Antwort per Email an