ChangeSectionEqualColumnCountCommand Class
In This Article
A command to change the number of section columns having the same width.
#Declaration
TypeScript
declare class ChangeSectionEqualColumnCountCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeSectionEqualColumnCount property.
#Inheritance
CommandBase
ChangeSectionEqualColumnCountCommand
See Also