DiagramLite Programmer's Guide
Row Constructor
See Also
 





Initializes a new instance of the Row class.

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

 Syntax

C#  Copy Code

public Row (
    TableNode tableNode
)

Visual Basic  Copy Code

Public New ( _
    tableNode As TableNode _
)

 Parameters

tableNode
The TableNode this row belongs to.

 See Also

Row Class
MindFusion.Diagramming Namespace