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 |
|
Remarks
Usage example:
richEdit.commands.changeTableLook.execute({applyFirstColumn: true, applyLastColumn: false});
See Also