Skip to main content

ShowTableGridLinesCommand Class

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

See Also