Creates a copy of this row.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TableNode.Row Clone () |
Visual Basic
Copy Code
|
|---|
Public Function Clone () As TableNode.Row |
An instance of the TableNode.Row class.
See Also