MESCIUS SPREAD for Windows Forms 15.0J
InsertRange メソッド (StringCollectionItem)

itemsを挿入する位置のインデックス。
文字列値の配列。
コレクションの指定したインデックスに文字列値の配列を挿入します。
構文
'宣言
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As String _
) 
public void InsertRange( 
   int index,
   string[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
文字列値の配列。
例外
例外解説
System.ArgumentNullException
System.ArgumentNullException
参照

StringCollectionItem クラス
StringCollectionItem メンバ

 

 


© MESCIUS inc. All rights reserved.