Default: disabled
Possible values: enabled or disabled
Number of Table Columns
This property displays the current number of columns of the table.
The value will automatically set by enter the Table Column Spacing property below.
Table Column Spacing
With this property the number of columns and their spacing can be configured. To do this
the spacing value in percent of each column needs to be entered delimited by the Table
Data Delimiter.
Default: 25;25;25;25 (each column uses 25% of the table width)
Possible values: any combination that's sum is 100%
NOTE:
If the sum is not 100%, the last column will increased to fit the 100%
If the sum is over 100%, the value will reverted to the last valid
This property has an effect to other properties that use that value: Table Heading Text and
Number of Table Columns
Highlighted Row
This property is not visible in the designer and can only be accessed via JavaScript's
getProperty() and setProperty() functions.
It is possible to highlight a row in the table. Row counting starts at 0. If a row is highlighted,
the font and background color will be shown inverted. If a row is highlighted that is currently
not visible, the table will automatically scroll to that row.
Default: -1 (no row highlighted)
Possible values: -1 (no row highlighted) ... row count of the table