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