Skip to main content

ChangeTableColumnPreferredWidthCommand Class

A command to change the selected table’s preferred column width.

#Declaration

TypeScript
declare class ChangeTableColumnPreferredWidthCommand extends CommandBase

#Remarks

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

#Inheritance

CommandBase
ChangeTableColumnPreferredWidthCommand
See Also