MindFusion.Wpf Pack Programmer's Guide
ItemCollection.RemoveAt Method
See Also
 





Removes the item at the specified index of this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.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

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace