Search
ResizeTableColumnCommand Constructor
See Also
 





Initializes a new instance of the ResizeTableColumnCommand class.

Namespace: MindFusion.Diagramming
File: ResizeTableColumnCommand.js

 Syntax

JavaScript  Copy Code

function ResizeTableColumnCommand (diagram, table, column)

 Parameters

diagram

Diagram. The Diagram modified by this command.

table

TableNode. The TableNode instance that will be modified.

column

Object. The column object that will be resized.

 See Also