PowerTools SPREAD for Windows Forms 8.0J
InsertRange メソッド (AreaSeriesCollection)


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

パラメータ

index
系列のインデックス。
items
系列の配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

AreaSeriesCollection クラス
AreaSeriesCollection メンバ

 

 


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