ActiveReports 10
RemoveAt Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the ExpressionInfo at the specified index of the ExpressionInfoCollection instance.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than System.Collections.CollectionBase.Count.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members