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





Deletes the column with the specified index within the table.

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

 Syntax

C#  Copy Code

public void DeleteColumn (
    int col
)

Visual Basic  Copy Code

Public Sub DeleteColumn( _
    col As Integer _
)

 Parameters

col

The zero-based index of the column to be deleted.

 Remarks

Call the method to delete a column from the table. The size of the table is automatically updated and the columns are removed from the column collection.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
DeleteRow Method
AddColumn Method
InsertColumn Method
RedimTable Method