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





Removes the collection date at the specified index.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.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 date to remove.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Wpf Namespace