Search
Column Constructor
See Also
 






Initializes a new instance of the Column class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Column (
    TableNode tableNode
)

Visual Basic  Copy Code

Public New ( _
    tableNode As TableNode _
)

 Parameters

tableNode

The TableNode this column belongs to.

 See Also