GrapeCity SPREAD for Windows Forms 12.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.ArgumentNullException itemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

LabelAreaCollection クラス
LabelAreaCollection メンバ

 

 


Copyright © 2004 GrapeCity inc.