Search
ScrollTableCommand Constructor
See Also
 





Initializes a new instance of the ScrollTableCommand class.

Namespace: MindFusion.Diagramming
Package: ScrollTableCommand.js

 Syntax

JavaScript  Copy Code

function ScrollTableCommand (diagram, table)

 Parameters

diagram

The Diagram modified by this command.

table

The TableNode instance that will be modified.

 See Also