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 CenterFile Exchange에서 Bessel functions에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by