MindFusion.Wpf Pack Programmer's Guide
TableNode.ColumnCollection.Add Method
See Also
 





Adds the specified column to the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Add (
    TableNode.Column column
)

Visual Basic  Copy Code

Public Sub Add( _
    column As TableNode.Column _
)

 Parameters

column
The TableNode.Column object to add to the collection.

 Remarks

Do not use this method directly. Use the AddColumn method of the TableNode class instead.

 See Also

TableNode.ColumnCollection Members
TableNode.ColumnCollection Class
MindFusion.Diagramming.Wpf Namespace