Search
TableNode.RowCollection.Remove Method
See Also
 





Removes the specified row from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Remove (
    TableNode.Row row
)

Visual Basic  Copy Code

Public Sub Remove( _
    row As TableNode.Row _
)

 Parameters

row

The TableNode.Row object to add to the collection.

 Remarks

Do not use this method directly. Use the DeleteRow method of the TableNode class instead.

 See Also