バージョン

Sort メソッド (WinGridReplayServerBase)

列の並べ替え
シンタックス
'宣言
 
Public Overridable Sub Sort( _
   ByVal bandLevel As System.Integer, _
   ByVal column As System.Object, _
   ByVal order As System.String, _
   Optional ByVal obExtendSort As System.Object _
) 
public virtual void Sort( 
   System.int bandLevel,
   System.object column,
   System.string order,
   System.object obExtendSort
)

パラメータ

bandLevel
グリッドのバンド インデックス
column
列は、列キーまたは列インデックスです。
order
順序は「Ascending」または「Descending」が可能です。
obExtendSort
True の場合、この列を既存列の並べ替えに追加します。
プラットフォーム

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

参照