MESCIUS SPREAD for ASP.NET 10.0J
Insert メソッド (DetachmentCollection)

itemを挿入する位置のインデックス。
Single値。
コレクションの指定したインデックスにSingle値を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Single _
) 
public void Insert( 
   int index,
   float item
)

パラメータ

index
itemを挿入する位置のインデックス。
item
Single値。
例外
例外説明
System.ArgumentOutOfRangeExceptionitemが0未満であるか、4を超えています。
参照

DetachmentCollection クラス
DetachmentCollection メンバ

 

 


© MESCIUS inc. All rights reserved.