[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.SortByCollection.AddRange

AddRange Method

AddRange(IEnumerable<SortBy>)

Adds a collection of SortBy objects to the existing SortByCollection.

Declaration
public void AddRange(IEnumerable<SortBy> items)
Parameters
Type Name Description
IEnumerable<SortBy> items

A collection of the SortBy objects to add.