ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ExpressionInfoCollection Class : RemoveAt Method

index

Glossary Item Box

Removes the ExpressionInfo at the specified index of the ExpressionInfoCollection instance.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public void RemoveAt( 
   System.int index
)

Parameters

index

See Also