Adds new empty row at the bottom of the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |