ChangeTableBordersAndShadingCommand Class
In This Article
A command to change borders and shading of the selected table elements.
#Declaration
TypeScript
declare class ChangeTableBordersAndShadingCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTableBordersAndShading property.
See Also