RepeatAsHeaderRow not working for FormalTable

2 ビュー (過去 30 日間)
Callum Gathercole
Callum Gathercole 2021 年 7 月 29 日
コメント済み: Callum Gathercole 2021 年 9 月 13 日
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.

採用された回答

Rahul Singhal
Rahul Singhal 2021 年 8 月 3 日
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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBessel functions についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by