C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / DataSourceCollection Class / RemoveAt Method
Specifies the item to be removed.

In This Topic
RemoveAt Method (DataSourceCollection)
In This Topic
Removes an item from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
Specifies the item to be removed.
See Also