バージョン

IsCellCheckbox メソッド

指定されたセルが CheckBox として描画されるかどうかを確認します。
シンタックス
'宣言
 
Public Function IsCellCheckbox( _
   ByVal Cell As Rational.Test.Ft.Script.Cell _
) As Boolean
public bool IsCellCheckbox( 
   Rational.Test.Ft.Script.Cell Cell
)

パラメータ

Cell
チェックボックスを含むかどうかをチェックする Cell サブ項目

戻り値の型

セルが CheckBox として描画される場合は 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

参照