ActiveReports 10
Insert Method (StaticMemberCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StaticMemberCollection Class : Insert Method
A zero-based Integer index indicating the position at which to insert the StaticMember object.
The StaticMember object to insert.
Inserts a new StaticMember object into the StaticMemberCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As StaticMember _
) 
public void Insert( 
   int index,
   StaticMember value
)

Parameters

index
A zero-based Integer index indicating the position at which to insert the StaticMember object.
value
The StaticMember object to insert.
See Also

Reference

StaticMemberCollection Class
StaticMemberCollection Members