Skip to main content

ToggleTableAutoFitWindowCommand.execute Method

Executes the ToggleTableAutoFitWindowCommand command.

#Declaration

TypeScript
execute(): boolean

#Returns

Type Description
boolean

A Boolean value identifying whether method execution was successful or failed.

#Remarks

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

Usage example:

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