GrapeCity SPREAD for Windows Forms 11.0J
InsertRange メソッド (LegendAreaCollection)


itemsを挿入する位置のインデックス。
凡例エリアの配列。
コレクションの指定したインデックスに凡例エリアの配列を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal items() As LegendArea _
) 
'使用法
 
Dim instance As LegendAreaCollection
Dim index As Integer
Dim items() As LegendArea
 
instance.InsertRange(index, items)
public void InsertRange( 
   int index,
   LegendArea[] items
)

パラメータ

index
itemsを挿入する位置のインデックス。
items
凡例エリアの配列。
例外
例外説明
System.ArgumentNullExceptionitemsがNull参照(VBではNothing)であるか、一部のitems[i]がNull参照(VBではNothing)です。
参照

LegendAreaCollection クラス
LegendAreaCollection メンバ

 

 


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