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

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

パラメータ

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

関連項目

StaticRowColumnCollection クラス
StaticRowColumnCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.