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