[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableColumnCollection.AddRange

AddRange Method

AddRange(IEnumerable<TableColumn>)

Adds a collection of TableColumn objects to the existing TableColumnCollection.

Declaration
public void AddRange(IEnumerable<TableColumn> collection)
Parameters
Type Name Description
IEnumerable<TableColumn> collection

A collection of the TableColumn objects to add.