ToggleTableCellOutsideBordersCommand Class
In This Article
A command to toggle outer borders for selected cells on/off.
#Declaration
TypeScript
declare class ToggleTableCellOutsideBordersCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleTableCellOutsideBorders property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ToggleTableCellOutsideBordersCommand
See Also