Search
TableNode.Row.Clone Method
See Also
 





Creates a copy of this row.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Row Clone ()

Visual Basic  Copy Code

Public Function Clone () As TableNode.Row

 Return Value

An instance of the TableNode.Row class.

 See Also