Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / DateList Class / RemoveAt Method
The zero-based index of the item remove to.

In This Topic
    RemoveAt Method (DateList)
    In This Topic
    Removes item at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

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