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


ラベルエリアの配列。
ラベルエリアの配列をコレクションに追加します。
構文
'Declaration
 
Public Sub AddRange( _
   ByVal items() As LabelArea _
) 
'使用法
 
Dim instance As LabelAreaCollection
Dim items() As LabelArea
 
instance.AddRange(items)
public void AddRange( 
   LabelArea[] items
)

パラメータ

items
ラベルエリアの配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

LabelAreaCollection クラス
LabelAreaCollection メンバ

 

 


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