[ static enum ] AutoResize

Class: Table.

Description:

Enum for table column auto-resizing modes. Used with Table > autoResizeColumns.

Type: number

Properties:

Name Description

None

Do not auto-resize columns when one of the columns is resized.

NextColumn

Resize the next column when current column changes.

SubsequentColumns

Resize all columns to the right of the changed column.

LastColumn

Resize only the last column.

AllColumns

Resize all other columns equally to adapt to new size of a column that is being resized.

Examples:

Table.AutoResize.AllColumns

Also See: