Skip to main content

ToggleTableAutoFitContentsCommand.execute Method

Executes the ToggleTableAutoFitContentsCommand 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.toggleTableAutoFitWindowContents.execute();
See Also