MESCIUS SPREAD for ASP.NET 10.0J
InsertRange メソッド (StripeCollection)

itemsを挿入する位置のインデックス。
ストライプの配列。
コレクションの指定したインデックスにストライプの配列を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As Stripe _
) 
public void InsertRange( 
   int index,
   Stripe[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
ストライプの配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

StripeCollection クラス
StripeCollection メンバ

 

 


© MESCIUS inc. All rights reserved.