Creates a deep copy of this collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode.RowCollection Clone () |
Visual Basic
Copy Code
|
|---|
Public Function Clone () As TableNode.RowCollection |
An instance of the TableNode.RowCollection class.
RemarksThis method supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.
See Also