MESCIUS SPREAD for ASP.NET 10.0J
SortInfo コンストラクタ(Int32,Boolean)

ソートする列または行のインデックス
ソート順序が昇順かどうか
指定したソート順序と、システムのデフォルトの比較オブジェクトの 比較方法からSortInfoオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal index As Integer, _
   ByVal ascending As Boolean _
)
public SortInfo( 
   int index,
   bool ascending
)

パラメータ

index
ソートする列または行のインデックス
ascending
ソート順序が昇順かどうか
この例では、列0でプライマリソート、列1でセカンダリソートを実行して、SortInfoオブジェクトでのSortメソッドの使い方を示します。
FarPoint.Web.Spread.SortInfo(0, true) si0;
FarPoint.Web.Spread.SortInfo(1, true) si1;
FarPoint.Web.Spread.SortInfo() {si0, si1};
Dim si0 As New FarPoint.Web.Spread.SortInfo(0, True)
Dim si1 As New FarPoint.Web.Spread.SortInfo(1, True)
Dim si() As FarPoint.Web.Spread.SortInfo = New FarPoint.Web.Spread.SortInfo(){si0, si1}
参照

SortInfo クラス
SortInfo メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.