Search
GroupCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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