PowerTools SPREAD for ASP.NET 8.0J
InsertRange メソッド (StringCollection)

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

パラメータ

index
itemsを挿入する位置のインデックス。
items
文字列値の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)です。
参照

StringCollection クラス
StringCollection メンバ

 

 


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