ChangeTableCellPreferredWidthCommand Class
In This Article
A command to change the preferred cell width of the selected table rows.
#Declaration
TypeScript
declare class ChangeTableCellPreferredWidthCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTableCellPreferredWidth property.
#Inheritance
CommandBase
ChangeTableCellPreferredWidthCommand
See Also