ChangeTableRowPreferredHeightCommand Class
In This Article
A command to change the selected table’s preferred row height.
#Declaration
TypeScript
declare class ChangeTableRowPreferredHeightCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeTableRowPreferredHeight property.
#Inheritance
CommandBase
ChangeTableRowPreferredHeightCommand
See Also