Search
StringCollection.Insert Method
See Also
 





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

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public void Insert (
    int index,
    StringItem stringItem
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    stringItem As StringItem _
)

 Parameters

index

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

stringItem

The stringItem object to add to the collection.

 See Also