ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixColumnCollection Class / AddRange Method
The MatrixColumnCollection to add to the current collection.

In This Topic
    AddRange Method (MatrixColumnCollection)
    In This Topic
    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