PowerTools SPREAD for Windows Forms 10.0J
InsertRange メソッド (DetachmentCollection)


itemsを挿入する位置のインデックス。
Single値の配列。
コレクションの指定したインデックスにSingle値の配列を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As Single _
) 
'使用法
 
Dim instance As DetachmentCollection
Dim index As Integer
Dim items() As Single
 
instance.InsertRange(index, items)
public void InsertRange( 
   int index,
   float[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
Single値の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)です。
System.ArgumentOutOfRangeExceptionitemsに含まれる一部の値が0未満であるか、4を超えています。
参照

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.