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