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 _
) 
 

Parameters

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