MindFusion.Wpf Pack Programmer's Guide
TableNode.CellCollection.Remove Method
See Also
 





Removes the specified cell from the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Remove (
    TableNode.Cell cell
)

Visual Basic  Copy Code

Public Sub Remove( _
    cell As TableNode.Cell _
)

 Parameters

cell
The TableNode.Cell object to add to the collection.

 Remarks

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

 See Also

TableNode.CellCollection Members
TableNode.CellCollection Class
MindFusion.Diagramming.Wpf Namespace