Search
TableNode.AddRow Method
See Also
 





Adds new empty row at the bottom of the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int AddRow ()

Visual Basic  Copy Code

Public Function AddRow () As Integer

 Return Value

Returns the index of the newly added row within the Rows collection.

 Remarks

Call the method to add new rows at the end of the table. The size of the table is automatically updated and the rows are added to the row collection.

 See Also