ActiveReports 12
AddRange Method (TableColumnCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableColumnCollection Class : AddRange Method
The TableColumnCollection to add to the current collection.
Adds a TableColumnCollection to the existing TableColumnCollection.
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

Reference

TableColumnCollection Class
TableColumnCollection Members