MindFusion.Wpf Pack Programmer's Guide
GroupCollection.Insert Method
See Also
 





Inserts the specified group in the collection at the specified position.

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

 Syntax

C#  Copy Code

public override void Insert (
    int index,
    Group group
)

Visual Basic  Copy Code

Public Overrides Sub Insert( _
    index As Integer, _
    group As Group _
)

 Parameters

index

The zero-based index at which to insert the group.

group
The Group object to add to the collection.

 See Also

GroupCollection Members
GroupCollection Class
MindFusion.Diagramming.Wpf Namespace