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