Search
TableNode.ColumnCollection.Remove Method
See Also
 





Removes the specified column from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Remove (
    TableNode.Column column
)

Visual Basic  Copy Code

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

 Parameters

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

 Remarks

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

 See Also