PowerTools SPREAD for Windows Forms 8.0J
AddRange メソッド (StringCollection)


文字列値の配列
文字列値の配列をコレクションに追加します。
構文
'Declaration
 
Public Sub AddRange( _
   ByVal items() As String _
) 
'使用法
 
Dim instance As StringCollection
Dim items() As String
 
instance.AddRange(items)
public void AddRange( 
   string[] items
)

パラメータ

items
文字列値の配列
参照

StringCollection クラス
StringCollection メンバ

 

 


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