Search
TableNode.DeleteRow Method
See Also
 





Deletes the row at the specified position within the table.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void DeleteRow (
    int row
)

Visual Basic  Copy Code

Public Sub DeleteRow( _
    row As Integer _
)

 Parameters

row
The zero-based index of the row to be deleted.

 Remarks

Call 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