Data for Silverlight
RemoveAt Method

C1.Silverlight.Data Namespace > DataView Class : RemoveAt Method
The zero-based index of the item to remove.
Removes the item at the specified position from the collection.
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

Reference

DataView Class
DataView Members