Search
Row Constructor
See Also
 






Initializes a new instance of the Row class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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