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