Skip to main content

ToggleTableCellInsideVerticalBordersCommand Class

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