Search
ContentCollection.RemoveAt Method
See Also
 





Removes the list item at the specified index.

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

 Syntax

C#  Copy Code

public void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The zero-based index of the item to remove.

 See Also