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


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

パラメータ

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

PlotAreaCollection クラス
PlotAreaCollection メンバ

 

 


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