ShowTableGridLinesCommand.execute Method
Executes the ShowTableGridLinesCommand command with the specified parameter.
Declaration
execute(
showTableGridLines?: boolean
): boolean
Parameters
Name | Type | Description |
---|---|---|
showTableGridLines | boolean |
|
Returns
Type | Description |
---|---|
boolean |
|
Remarks
richEdit.commands.showTableGridLines.execute(true);
See Also