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