バージョン

SortConditions プロパティ

データ領域の並べ替えに使用する並べ替え条件のコレクションを取得します。
シンタックス
'宣言
 
Public ReadOnly Property SortConditions As SortConditionCollection(Of T)
public SortConditionCollection<T> SortConditions {get;}
解説

こうした設定値を Infragistics.Documents.Excel.WorksheetTable で使用した場合、このコレクションに含まれる各並べ替え条件が Infragistics.Documents.Excel.WorksheetTableColumn に適用されます。

このコレクションは優先順位に基づく順序を備えています。コレクションの先頭にある並べ替え条件が最も高い優先順位を持ちます。

参照