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

系列の挿入位置のインデックス。
挿入する系列。
系列をコレクションの指定したインデックス位置に挿入します。
構文
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Series _
) 
public void Insert( 
   int index,
   Series value
)

パラメータ

index
系列の挿入位置のインデックス。
value
挿入する系列。
参照

関連項目

SeriesCollection クラス
SeriesCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.