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

SortByオブジェクトを挿入する位置を示すゼルから開始されるIntegerインデックス。
指定した位置で、SortByCollectionに新しいSortByオブジェクトを挿入します。
構文
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As SortBy _
) 
public void Insert( 
   int index,
   SortBy item
)

パラメータ

index
SortByオブジェクトを挿入する位置を示すゼルから開始されるIntegerインデックス。
item
参照

関連項目

SortByCollection クラス
SortByCollection メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.