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