4 Replies
-
Hi Ms Benmessaoud,
This should be possible using "cross-tables" functionality of the output object:
outputObj.BeginTable( widthPercent of table, List<Double> widthsPercent of columns, BorderColor, BkColor, format, indent )
To create new table cells for this kind of table, you need to call the function
outputObj.TableCell( cell text value, rowSpan(int), colSpan(int), Font, FontSize, FontColor, BkColor, Shading, format, indent )
In your case, rowSpan is 5 (or 4) for the first 2 columns and 1 for all others.
This works for RTF and DOC output format, but not for PDF.
Best regards,
Torsten -
Hi Mr. Haase,
Thank you so much for your help.
It works :)
Best regards,
Nabil
-
Hello Mr. Haase,
it doesn't work by me. I use ARIS Toolset 7.0. I get an type error (10082). Could you show me an example for using "cross-tables" functionality?
Best regards
-
Hi Ms. Grauel,
all examples refer to Business Architect, not Toolset.
BR