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

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

パラメータ

index
itemsを挿入する位置のインデックス。
items
項目の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)です。
参照

DoubleCollectionCollection クラス
DoubleCollectionCollection メンバ

 

 


© MESCIUS inc. All rights reserved.