ActiveReports 11
Insert Method (StaticMemberCollection)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StaticMemberCollection Class : Insert Method
The zero-based index at which item should be inserted.
The object to insert. The value can be null for reference types.
Inserts an element into the Collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As StaticMember _
) 
public void Insert( 
   int index,
   StaticMember item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert. The value can be null for reference types.
Exceptions
ExceptionDescription
index is less than zero.-or-index is greater than Count.
See Also

Reference

StaticMemberCollection Class
StaticMemberCollection Members