ActiveReports 12
AddRange Method (MatrixColumnCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixColumnCollection Class : AddRange Method
The MatrixColumnCollection to add to the current collection.
Adds a MatrixColumnCollection to the existing MatrixColumnCollection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of MatrixColumn) _
) 
public void AddRange( 
   IEnumerable<MatrixColumn> collection
)

Parameters

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

Reference

MatrixColumnCollection Class
MatrixColumnCollection Members