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