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

DataPointオブジェクトを挿入する位置を示すゼロベースのInteger。
挿入するDataPointオブジェクト。
指定の位置でDataPointCollectionに新しいDataPointオブジェクトを挿入します。
構文
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As DataPoint _
) 
public void Insert( 
   int index,
   DataPoint value
)

パラメータ

index
DataPointオブジェクトを挿入する位置を示すゼロベースのInteger。
value
挿入するDataPointオブジェクト。
参照

関連項目

DataPointCollection クラス
DataPointCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.