Deletes the row at the specified position within the table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void DeleteRow ( |
Visual Basic
Copy Code
|
|---|
Public Sub DeleteRow( _ |
RemarksCall the method to delete a row from the table. The size of the table is automatically updated and the rows are removed from the row collection.
See Also