ActiveReports 8
RemoveAt Method (DataValueCollection)

The zero-based index of the element to remove.
Removes the element at the specified index of the DataValueCollection instance. This method is not overridable.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

DataValueCollection Class
DataValueCollection Members

Support Forum