Search
TableNode.RowCollection Constructor (IEnumerable(TableNode.Row))
See Also
 






Initializes a new instance of the RowCollection class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.RowCollection (
    IEnumerable<TableNode.Row> collection
)

Visual Basic  Copy Code

Public New ( _
    collection As IEnumerable(Of TableNode.Row) _
)

 Parameters

collection

 See Also