Search
TableNode.DeleteColumn Method
See Also
 





Deletes the column with the specified index within the table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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