Search
TableNode Constructor (TableNode)
See Also
 





Initializes a new instance of the TableNode class using the specified node as a prototype.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode (
    TableNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As TableNode _
)

 Parameters

prototype

The table node to use as a prototype. The properties of the new table are initialized from the property values of prototype.

 Remarks

This constructor copies the TableNode property values from the specified prototype node.

 See Also