PowerTools SPREAD for Windows Forms 8.0J
Insert メソッド (FpScrollBarButtonCollection)


valueを挿入する位置の、0から始まるインデックス
System.Collections.IListに挿入するSystem.Object
System.Collections.IListの指定したインデックスに項目を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'使用法
 
Dim instance As FpScrollBarButtonCollection
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
public void Insert( 
   int index,
   object value
)

パラメータ

index
valueを挿入する位置の、0から始まるインデックス
value
System.Collections.IListに挿入するSystem.Object
例外
例外説明
System.ArgumentOutOfRangeExceptionindexがSystem.Collections.IListの有効なインデックスではありません。
System.NotSupportedExceptionSystem.Collections.IListが読み取り専用であるか、またはSystem.Collections.IListのサイズが固定されています。
System.NullReferenceExceptionvalueがSystem.Collections.IList内のNull参照です。
参照

FpScrollBarButtonCollection クラス
FpScrollBarButtonCollection メンバ

 

 


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