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