Search
TableNode.CellCollection.Remove Method
See Also
 





Removes the specified cell from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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