Version

IsCellCheckbox Method

Finds out if the specified cell is rendered as CheckBox
Syntax
'Declaration
 
Public Function IsCellCheckbox( _
   ByVal Cell As Rational.Test.Ft.Script.Cell _
) As Boolean
public bool IsCellCheckbox( 
   Rational.Test.Ft.Script.Cell Cell
)

Parameters

Cell
Cell subitem to check if it include a checkbox or not

Return Value

True if the cell is rendered as CheckBox. Otherwise return false
Requirements

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

See Also