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


itemを挿入する位置のインデックス。
ラベルエリア。
コレクションの指定したインデックスにラベルエリアを挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As LabelArea _
) 
'使用法
 
Dim instance As LabelAreaCollection
Dim index As Integer
Dim item As LabelArea
 
instance.Insert(index, item)
public void Insert( 
   int index,
   LabelArea item
)

パラメータ

index
itemを挿入する位置のインデックス。
item
ラベルエリア。
例外
例外説明
System.ArgumentNullExceptionitemがNull参照(VBではNothing)です。
参照

LabelAreaCollection クラス
LabelAreaCollection メンバ

 

 


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