Adds new empty column at the right end of the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public int AddColumn () |
Visual Basic Copy Code |
---|
Public Function AddColumn () As Integer |
Returns the index of the newly added column within the Columns collection.
Call the method to add new columns at the end of the table. The size of the table is automatically updated and the columns are added to the column collection.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |