PowerTools ActiveReports for .NET 9.0J
Insert メソッド (ChartSeriesCollection)

ChartSeriesオブジェクトを挿入する位置を示すゼルから開始するInteger。
挿入するChartSeriesオブジェクト。
指定の位置でChartSeriesCollectionに新しいChartSeriesオブジェクトを挿入します。
構文
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As ChartSeries _
) 
public void Insert( 
   int index,
   ChartSeries value
)

パラメータ

index
ChartSeriesオブジェクトを挿入する位置を示すゼルから開始するInteger。
value
挿入するChartSeriesオブジェクト。
参照

関連項目

ChartSeriesCollection クラス
ChartSeriesCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.