バージョン

Sort メソッド (WinTreeReplayServer)

指定された列をソートします。
シンタックス
'宣言
 
Public Sub Sort( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal sortType As System.String _
) 
public void Sort( 
   System.string columnSet,
   System.string columnKey,
   System.string sortType
)

パラメータ

columnSet
列の ColumnSet のキー
columnKey
列のキー
sortType
列に適用される SortType
解説

注: フォームに 1 つ以上のラベルのインスタンスがある場合は、最上位のラベルが表示され、ソートが適用されます。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照