Well, we can add another table footer row by right-clicking on the footer row of the table and select, Inser Row Above, or, Insert Row Below.
But, I want to set different values to same properties of rows. Such as;
Row3.RepeatOnNewPage = False
Row4.RepeatOnNewPage = True
What do you say ?
-SMang the Frustrated Developer
SMang,
You can't hide your table rows independently with the RepeatOnNewPage, but you can set the rows "hidden" property to true or false. The catch here is that you will need to tie it to a toggle item.
Ham
No comments:
Post a Comment