Skip to main content

ToggleTableFixedColumnWidthCommand Class

A command to disable automatic adjusting of the selected table.

#Declaration

TypeScript
declare class ToggleTableFixedColumnWidthCommand extends CommandWithSimpleStateBase

#Remarks

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

#Inheritance

CommandBase
CommandWithSimpleStateBase
ToggleTableFixedColumnWidthCommand
See Also