PowerTools SPREAD for Windows Forms 10.0J
Insert メソッド (DoubleCollectionCollection)


itemを挿入する位置のインデックス。
項目。
コレクションの指定したインデックスに項目を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As DoubleCollection _
) 
'使用法
 
Dim instance As DoubleCollectionCollection
Dim index As Integer
Dim item As DoubleCollection
 
instance.Insert(index, item)
public void Insert( 
   int index,
   DoubleCollection item
)

パラメータ

index
itemを挿入する位置のインデックス。
item
項目。
参照

DoubleCollectionCollection クラス
DoubleCollectionCollection メンバ

 

 


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