Xamarin Pack Programmer's Guide
TableNode.AddColumn Method
See Also
 






Adds new empty column at the right end of the table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int AddColumn ()

Visual Basic  Copy Code

Public Function AddColumn () As Integer

 Return Value

Returns the index of the newly added column within the Columns collection.

 Remarks

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.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace