DiagramLite Programmer's Guide
Cell.Table Property
See Also
 





Gets or sets a reference to the TableNode containing this cell.

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

 Syntax

C#  Copy Code

public TableNode Table { get; set; }

Visual Basic  Copy Code

Public Property Table As TableNode

 Property Value

A TableNode object.

 See Also

Cell Members
Cell Class
MindFusion.Diagramming Namespace