On Thu, Apr 24, 2008 at 1:11 PM, Andreas Martens <[EMAIL PROTECTED]> wrote:
Hi Andreas, > This (horizontal) algorithm seems sensible, small correction: you get the > column span, not the row span. yes, my mistake, thanks. > E.g if you have a 3x3 table and you merge all cells of the second row. You > will have a table with cells B1, B3 and C1, C3 but no cells B2 and C2. > But this does not mean that B2 is merged with B1 or C2 is merged with C1. > You'd better ask for the "RowSpan" property of the cells. yeah, I was thinking about similiar problems. But wasn't able to find some useful property or method how to get correct information. Which object holds the "RowSpan" property? I can't find it in documentation, even X Ray on a table cell (SwXCell) doesn't show this property. css.table.Cell includes css.table.CellProperties, but CellProperties doesn't contain "RowSpan" property. Regards, -- Robert Vojta --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
