RepeatAsHeaderRow not working for FormalTable
3 views (last 30 days)
Show older comments
Callum Gathercole
on 29 Jul 2021
Commented: Callum Gathercole
on 13 Sep 2021
For a FormalTable, setting:
TableName.Header.Style={RepeatAsHeaderRow(true)};
The table does not repeat the header if the table flows on to the following page.
Does this only work for informal tables?
Thanks.
0 Comments
Accepted Answer
Rahul Singhal
on 3 Aug 2021
Hi Callum,
RepeatAsHeaderRow format works for the FormalTable.
As this is a table row format, it should be applied to a row inside the header, and not the header itself. For example:
TableName.Header.row(1).Style = {RepeatAsHeaderRow(true)};
Thanks,
Rahul
More Answers (0)
See Also
Categories
Find more on Simulink Report Generator in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!