MESCIUS SPREAD for Windows Forms 17.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 _
) 
public void Insert( 
   int index,
   object value
)

パラメータ

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

FpScrollBarButtonCollection クラス
FpScrollBarButtonCollection メンバ

 

 


© MESCIUS inc. All rights reserved.