Deletes the column with the specified index within the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void DeleteColumn ( |
Visual Basic
Copy Code
|
|---|
Public Sub DeleteColumn( _ |
RemarksCall 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