SplitTableCellsCommand Class
In This Article
A command to split the selected table cells based on the specified options.
#Declaration
TypeScript
declare class SplitTableCellsCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.splitTableCells property.
See Also