ActiveReports 12
RemoveAt Method (CategoryGroupingCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CategoryGroupingCollection Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the specified CategoryGrouping object from the CategoryGroupingCollection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
index is less than zero.-or-index is equal to or greater than Count.
See Also

Reference

CategoryGroupingCollection Class
CategoryGroupingCollection Members