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