[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixColumnCollection.AddRange

AddRange Method

AddRange(IEnumerable<MatrixColumn>)

Adds a collection of MatrixColumn objects to the existing MatrixColumnCollection.

Declaration
public void AddRange(IEnumerable<MatrixColumn> collection)
Parameters
Type Name Description
IEnumerable<MatrixColumn> collection

A collection of the MatrixColumn objects to add.