ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / 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 System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

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