Search
TableNode.ColumnCollection.Add Method
See Also
 





Adds the specified column to the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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