ExcelWorksheetDataNBool Method (String) |
Returns the content of the cell at columnName cast to a nullable bool.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<bool> NBool(
string columnName
)
Public Function NBool (
columnName As String
) As Nullable(Of Boolean)
public:
Nullable<bool> NBool(
String^ columnName
)
member NBool :
columnName : string -> Nullable<bool>
Parameters
- columnName
- Type: SystemString
Return Value
Type:
NullableBooleanSee Also