Search
TableNode.Columns Property
See Also
 





Gets a list of all columns in the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.ColumnCollection Columns { get; }

Visual Basic  Copy Code

Public ReadOnly Property Columns As TableNode.ColumnCollection

 Property Value

An instance of the ColumnCollection class.

 See Also