extendedColumn

Type: Integer

Availability: Read or write at run time only

The extendedColumn property of the JadeTableSheet class specifies when the Table class autoSize property is set to true, after the table columns are auto-sized to fit the minimum size for their contents and the total width of the visible columns is less than the value of the clientWidth property, the specified column is enlarged to use the remaining space. The value of the JadeTableColumn class maxColumnWidth property is ignored.

The value of the extendedColumn property is ignored unless all of the following are true.

  1. The autoSize property is set to AutoSize_BothColumnMinimum or AutoSize_ColumnMinimum.

  2. The extendedColumn property is set to a valid visible column number.

  3. The columnWidth property has not been set manually by the user or by logic.

  4. The total width of all visible columns is less than the value of the clientWidth property of the table.

The default value is zero (0).

2018.0.01 and higher