GrapeCity ActiveReports for .NET 16.0J
AddRange メソッド (StyleSheet)

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : AddRange メソッド
The collection whose elements should be added to the end of the List. The collection itself cannot be null 参照 (Visual Basicでは Nothing), but it can contain elements that are null 参照 (Visual Basicでは Nothing), if type T is a reference type.
Adds the elements of the specified collection to the end of the List.
シンタックス
'宣言
 
Public Sub AddRange( _
   ByVal collection As IEnumerable(Of Style) _
) 
public void AddRange( 
   IEnumerable<Style> collection
)

パラメータ

collection
The collection whose elements should be added to the end of the List. The collection itself cannot be null 参照 (Visual Basicでは Nothing), but it can contain elements that are null 参照 (Visual Basicでは Nothing), if type T is a reference type.
例外
例外解説
collection is null 参照 (Visual Basicでは Nothing).
参照

StyleSheet クラス
StyleSheet メンバ