Skip to main content

ChangeTableLookCommand.execute(settings) Method

Executes the ChangeTableLookCommand command with the specified parameter.

Declaration

execute(
    settings: TableLookSettings
): boolean

Parameters

Name Type Description
settings TableLookSettings

A TableLookSettings object containing the settings that modify the table appearance.

Returns

Type Description
boolean

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

Remarks

Usage example:

richEdit.commands.changeTableLook.execute({applyFirstColumn: true, applyLastColumn: false});
See Also