Search
TableNode.CellCollection.Add Method
See Also
 





Adds the specified cell to the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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