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

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

    Parameters

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