ActiveReports 10
Insert Method (RowGroupingCollection)

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

Parameters

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

Reference

RowGroupingCollection Class
RowGroupingCollection Members