ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixColumnCollection Class / AddRange Method
A collection of the MatrixColumn objects to add.

In This Topic
    AddRange Method (MatrixColumnCollection)
    In This Topic
    Adds a collection of MatrixColumn objects to the existing MatrixColumnCollection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of MatrixColumn) _
    ) 
    public void AddRange( 
       IEnumerable<MatrixColumn> collection
    )

    Parameters

    collection
    A collection of the MatrixColumn objects to add.
    See Also