[ static enum ] AutoResize
Class: Table.
Description:
Enum for table column auto-resizing modes. Used with Table > autoResizeColumns.
Type: number
Properties:
| Name | Description |
|---|---|
|
Do not auto-resize columns when one of the columns is resized. |
|
Resize the next column when current column changes. |
|
Resize all columns to the right of the changed column. |
|
Resize only the last column. |
|
Resize all other columns equally to adapt to new size of a column that is being resized. |
Examples:
Table.AutoResize.AllColumns
