Search
TableNode Constructor (TableNode)
See Also
 






Creates a new TableNode instance with the same properties as its prototype

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode (
    TableNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As TableNode _
)

 Parameters

prototype

 See Also