Deletes the column with the specified index within the table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void DeleteColumn ( |
Visual Basic Copy Code |
---|
Public Sub DeleteColumn( _ |
The zero-based index of the column to be deleted.
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |