DiagramLite Programmer's Guide
Cell Constructor
See Also
 





Initializes a new instance of the Cell class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Cell (
    TableNode table
)

Visual Basic  Copy Code

Public Sub Cell ( _
    table As TableNode _
)

 Parameters

table
The TableNode this cell belongs to.

 See Also

Cell Class
MindFusion.Diagramming Namespace