GrapeCity SPREAD for Windows Forms 11.0J
Insert メソッド (BoxWhiskerSeriesCollection)


系列のインデックス。
系列。
コレクションの指定したインデックスに系列を挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As BoxWhiskerSeries _
) 
'使用法
 
Dim instance As BoxWhiskerSeriesCollection
Dim index As Integer
Dim item As BoxWhiskerSeries
 
instance.Insert(index, item)
public void Insert( 
   int index,
   BoxWhiskerSeries item
)

パラメータ

index
系列のインデックス。
item
系列。
例外
例外説明
System.ArgumentNullExceptionitemがNull参照(VBではNothing)です。
参照

BoxWhiskerSeriesCollection クラス
BoxWhiskerSeriesCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.