バージョン

GetColumnHeaderCheckState メソッド (WinGridReplayServerBase)

指定された列ヘッダーの ColumnHeader チェック状態を取得します。
シンタックス
'宣言
 
Public Overridable Function GetColumnHeaderCheckState( _
   ByVal colHeaderPath As System.String _
) As System.Integer
public virtual System.int GetColumnHeaderCheckState( 
   System.string colHeaderPath
)

パラメータ

colHeaderPath
列ヘッダーへのパスの文字列表現。[[[iBand,]iRow;...]:]oColumn、ここで、iRow は行の整数インデックス、iBand は ChildBand の整数インデックス、oColumn は整数インデックスまたは列の文字列キーです。

戻り値の型

ColumnHeader CheckState の整数値/列挙値。micUnchecked = 0、micChecked = 1、micIndeterminate = 2
プラットフォーム

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

参照