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


チャートを挿入するインデックス。
コレクションに挿入するチャート。
コレクションの指定したインデックスにチャートを挿入します。
構文
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal chart As SpreadChart _
) 
'使用法
 
Dim instance As SpreadChartCollection
Dim index As Integer
Dim chart As SpreadChart
 
instance.Insert(index, chart)
public void Insert( 
   int index,
   SpreadChart chart
)

パラメータ

index
チャートを挿入するインデックス。
chart
コレクションに挿入するチャート。
参照

SpreadChartCollection クラス
SpreadChartCollection メンバ

 

 


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