RemoveTableCellBordersCommand Class
In This Article
A command to remove the borders of the selected table cells.
#Declaration
TypeScript
declare class RemoveTableCellBordersCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.removeTableCellBorders property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
RemoveTableCellBordersCommand
See Also