Is there a way to set the width of the borders in a table created using LotusScript?
I can’t seem to find any relevant properties or methods to do this.
Thanks
Is there a way to set the width of the borders in a table created using LotusScript?
I can’t seem to find any relevant properties or methods to do this.
Thanks
Subject: Table Borders
AFAIK - no You can’t set the border width with LotusScript.
There might be a way using DXL to export the document, modifying the XML and then re-import the document with the table inserted in the way that You want it to be, but I haven’t explored that possibility…
Subject: RE: Table Borders
The “accepted” method is to place a “seed” table with the formatting you want in a rich text field on a source document, use AppendRTItem to add the seed table, then add rows as required.