ActiveReports 10
Add Method (RowGroupingCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > RowGroupingCollection Class : Add Method
The RowGrouping object to add to the collection.
Adds a RowGrouping object to the RowGroupingCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As RowGrouping _
) As Integer
public int Add( 
   RowGrouping value
)

Parameters

value
The RowGrouping object to add to the collection.

Return Value

A new RowGrouping object.
See Also

Reference

RowGroupingCollection Class
RowGroupingCollection Members