hallo
how it works with basic
"iFotW" is the with off a collumn
Twidth = oViewCursor.TextTable.width
TTotalpercent = oViewCursor.TextTable.TableColumnRelativeSum
startcell = oViewCursor.cell.cellname
Kindex = asc(left(oViewCursor.cell.cellname,1))-65
tabstops = CurRow.Tab
Hi Thomas,
thank you for the detailed explanation. It works :)
Thanks a lot,
Andy
On 5/6/19 5:59 PM, Thomas Krumbein wrote:
> Hey Andy,
>
> is is not a bug... the use of writer tables is a little bit different.
>
> the width of a column is not an absolute value, but will be calculated
> in re
Hey Andy,
is is not a bug... the use of writer tables is a little bit different.
the width of a column is not an absolute value, but will be calculated
in realitionship to the width of the table itself. And the width of the
table depends on width of your page, textarea and right/left margins.