Search
TableNode.Row Constructor
See Also
 





Initializes a new instance of the TableNode.Row class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.Row (
    TableNode table
)

Visual Basic  Copy Code

Public New ( _
    table As TableNode _
)

 Parameters

table

The TableNode this row belongs to.

 See Also