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

GrapeCity.ActiveReports.PageReportModel 名前空間 > StyleSheet クラス : InsertRange メソッド
The zero-based index at which the new elements should be inserted.
The collection whose elements should be inserted into 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.
Inserts the elements of a collection into the List at the specified index.
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of Style) _
) 
public void InsertRange( 
   int index,
   IEnumerable<Style> collection
)

パラメータ

index
The zero-based index at which the new elements should be inserted.
collection
The collection whose elements should be inserted into 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).
index is less than 0. -or- index is greater than Count.
参照

StyleSheet クラス
StyleSheet メンバ