Adds new empty column at the right end of the table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
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.
RemarksCall 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.
See Also