ToggleTableFixedColumnWidthCommand.execute Method
Executes the ToggleTableFixedColumnWidthCommand command.
Declaration
execute(): boolean
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
The command is in effect when the sole table’s elements are selected.
Usage example:
richEdit.commands.toggleTableFixedColumnWidth.execute();
See Also