Skip to main content
A newer version of this page is available. .

ToggleTableFixedColumnWidthCommand.execute Method

Executes the ToggleTableFixedColumnWidthCommand command.

Declaration

execute(): boolean

Returns

Type Description
boolean

true if the command has been successfully executed; false if the command execution has failed.

Remarks

The command is in effect when the sole table’s elements are selected.

Usage example:

richEdit.commands.toggleTableFixedColumnWidth.execute();
See Also