C1.Silverlight.Schedule.5
RemoveAt Method (DateList)

The zero-based index of the item remove to.
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

Reference

DateList Class
DateList Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.