keepRowHeightOnPrint

Create a Table for more information about Tables.

Preserves the row heights of the Table as displayed when a print layout is used for export. (See Create a Device Layout.)

Type

Boolean

true: preserve displayed row heights
false: automatically adjust row heights for print (default)

Example

// Preserve row heights
TableView1.keepRowHeightOnPrint = true

Either syntax below can be used in component script:

keepRowHeightOnPrint                 // unqualified
TableView1.keepRowHeightOnPrint      // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.