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





Inserts new empty column at the specified position within the table.

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

 Syntax

C#  Copy Code

public void InsertColumn (
    int col
)

Visual Basic  Copy Code

Public Sub InsertColumn( _
    col As Integer _
)

 Parameters

col

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

 Remarks

Call the method to add new column at a particular position in the table. The size of the table is automatically updated and the columns are added to the column collection.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
AddColumn Method
DeleteColumn Method
RedimTable Method