Adds new empty row at the bottom of the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int AddRow () |
Visual Basic
Copy Code
|
|---|
Public Function AddRow () As Integer |
Returns the index of the newly added row within the Rows collection.
RemarksCall 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