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

In This Topic
    AddRange Method (TableColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of TableColumn) _
    ) 
    public void AddRange( 
       IEnumerable<TableColumn> collection
    )

    Parameters

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