ExcelWorksheetDataBool Method (Int32, Boolean) |
Returns the content of the nth cell cast to a bool. If the cell is empty then 'emptyValue' is returned.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Bool(
int ordinal,
bool emptyValue
)
Public Function Bool (
ordinal As Integer,
emptyValue As Boolean
) As Boolean
public:
bool Bool(
int ordinal,
bool emptyValue
)
member Bool :
ordinal : int *
emptyValue : bool -> bool
Parameters
- ordinal
- Type: SystemInt32
- emptyValue
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also