Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryStorage Class / RemoveAt Method
The zero-based index of the item to remove.

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

    Parameters

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