バージョン

SetFixedRow メソッド (WinGridReplayServerBase)

指定された行を固定/固定解除します。
シンタックス
'宣言
 
Public Overridable Sub SetFixedRow( _
   ByVal row As System.Object, _
   ByVal isFixed As System.Boolean _
) 
public virtual void SetFixedRow( 
   System.object row,
   System.bool isFixed
)

パラメータ

row
グリッド内の指定された行オブジェクト
isFixed
行を固定する場合は True、行を固定解除する場合は False。
解説

行は、拡張行パス文字列または行インデックスです (トップ レベル バンドの場合のみ)。

プラットフォーム

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

参照