ActiveReports Developer 7
Remove Method (SortByCollection)

The SortBy object to remove.
Removes the specified SortBy object from the SortByCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As SortBy _
) 
public void Remove( 
   SortBy value
)

Parameters

value
The SortBy object to remove.
See Also

Reference

SortByCollection Class
SortByCollection Members