ChangeTableFormattingCommand Class
In This Article
A command to change the selected table’s formatting.
#Declaration
TypeScript
declare class ChangeTableFormattingCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTableFormatting property.
See Also