Skip to main content

InsertColumnBreakCommand Class

A command to insert a column break at the current position in the document.

#Declaration

TypeScript
declare class InsertColumnBreakCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertColumnBreak property.

#Inheritance

See Also