I’m getting some complex tables, ones with merged rows and columns, and occassionally tables within tables. I need to determine the position of the right edge, or at least the width of the table. How can I do this?
There is no single Right position, and adding up the indvidual cells’ width may not work if they’re merged (showing a width of 9999999).