Inserts new empty row at the specified position within the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void InsertRow ( |
Visual Basic Copy Code |
---|
Public Sub InsertRow( _ |
The zero-based index of the row to be inserted.
Call the method to add new row at a given position in 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 |