RepeatAsHeaderRow not working for FormalTable

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.

 Respuesta aceptada

Rahul Singhal
Rahul Singhal el 3 de Ag. de 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

Más respuestas (0)

Categorías

Más información sobre MATLAB Code Analysis en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Preguntada:

el 29 de Jul. de 2021

Comentada:

el 13 de Sept. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by