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





Adds the specified cell to the collection.

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

 Syntax

C#  Copy Code

public void Add (
    TableNode.Cell cell
)

Visual Basic  Copy Code

Public Sub Add( _
    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