PocketPlanner Programmer's Guide

ItemCollection.RemoveAt Method

See Also

Removes the item at the specified index of this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public new void RemoveAt (
    int index
)

Visual Basic

Public Shadows Sub RemoveAt ( _
    index As Integer _
)

 Parameters

index
The zero-based index of the item to remove.

 See Also