ActiveReports Developer 7
AddRange Method (SortByCollection)

The SortByCollection to add to the current collection.
Adds a SortByCollection to the existing SortByCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As SortByCollection _
) 
public void AddRange( 
   SortByCollection collection
)

Parameters

collection
The SortByCollection to add to the current collection.
See Also

Reference

SortByCollection Class
SortByCollection Members