Search
TableNode.Cell.Clone Method
See Also
 





Creates a copy of this cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Cell Clone ()

Visual Basic  Copy Code

Public Function Clone () As TableNode.Cell

 Return Value

An instance of the TableNode.Cell class.

 See Also