Search
TableNode.Cell Constructor
See Also
 





Initializes a new instance of the TableNode.Cell class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Cell (
    TableNode table
)

Visual Basic  Copy Code

Public New ( _
    table As TableNode _
)

 Parameters

table

The TableNode this cell belongs to.

 See Also