MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemCollection(T).RemoveAt Method
See Also
 





Removes the item at the specified index in the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Overrides Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

Type: Int32
The zero-based index of the item to remove.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace