ActiveReports 12
AddRange Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : AddRange Method
The collection whose elements should be added to the end of the List. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Adds the elements of the specified collection to the end of the List.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of Style) _
) 
public void AddRange( 
   IEnumerable<Style> collection
)

Parameters

collection
The collection whose elements should be added to the end of the List. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Exceptions
ExceptionDescription
collection is null.
See Also

Reference

StyleSheet Class
StyleSheet Members