ShowTableGridLinesCommand Class
In This Article
A command to toggle the display of grid lines for a table with no borders applied - on/off.
#Declaration
TypeScript
declare class ShowTableGridLinesCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.showTableGridLines property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ShowTableGridLinesCommand
See Also