ToggleTableAutoFitContentsCommand Class
In This Article
A command to fit the specified table to its contents.
#Declaration
TypeScript
declare class ToggleTableAutoFitContentsCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleTableAutoFitContents property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
ToggleTableAutoFitContentsCommand
See Also