Initializes a new instance of the ResizeTableRowCommand class.
Namespace: MindFusion.Diagramming
File: ResizeTableRowCommand.js
SyntaxJavaScript
Copy Code
|
|---|
function ResizeTableRowCommand (diagram, table, row) |
Diagram. The Diagram modified by this command.
TableNode. The TableNode instance that will be modified.
Object. The row object that will be resized.
See Also