ActiveReports 12
Insert Method (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : Insert Method
Inserts a new a ExpressionInfo into the ExpressionInfoCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As ExpressionInfo _
) 
public void Insert( 
   int index,
   ExpressionInfo value
)

Parameters

index
value
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members