User`s guide
mlreportgen.dom.RepeatAsHeaderRow class
12-251
mlreportgen.dom.RepeatAsHeaderRow class
Package: mlreportgen.dom
Repeat table row
Description
Specifies to repeat a table row on each new page when a table flows across multiple
pages. This format applies only to Microsoft Word documents.
Construction
repeatAsHeaderRowObj = RepeatAsHeaderRow() repeats table row on each new
page when a table flows across multiple pages.
repeatAsHeaderRowObj = RepeatAsHeaderRow(onOff) repeats table row on each
new page if onOff is true.
Input Arguments
onOff — Controls table row repeating on each new page
true (default)
Specify one of the following logical values:
• true or 1 — Table row repeats on each new page when a table flows across multiple
pages.
• false or 0 — Table row does not repeat on each new page when a table flows across
multiple pages.
Data Types: logical
Output Arguments
repeatAsHeaderRowObj — Repeat table row
mlreportgen.dom.RepeatAsHeaderRow object