Skip to main content

ShowTableGridLinesCommand.execute Method

Executes the ShowTableGridLinesCommand command with the specified parameter.

Declaration

execute(
    showTableGridLines?: boolean
): boolean

Parameters

Name Type Description
showTableGridLines boolean

true to display table grid lines, false to hide table grid lines.

Returns

Type Description
boolean

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

Remarks

richEdit.commands.showTableGridLines.execute(true);
See Also