Adds new empty column at the right end of the table.
Namespace: MindFusion.Diagramming
Package: 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.