Hello,

this chunk of code should be correct, but it doesn't work as expected.

[code]
oTables = myDocument.getTextTables()
oTable = oTables(0)
tableHeight = oTable.Rows.Count-1
tableWidth = oTable.Columns.Count
[/code]

tableHeight equals 50, but 
tableWidth equals 0 (there are actually 9 columns...).

OpenOffice.org version: 2.1.14

What can I do to solve this problem?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to